From 763b51747fd1ced1af9a45ac773b9c2464170c22 Mon Sep 17 00:00:00 2001 From: lukestahl Date: Sat, 30 Mar 2024 17:54:39 +0100 Subject: [PATCH] fix project-name --- apps/api/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/wrangler.toml b/apps/api/wrangler.toml index 1085771..d87986d 100644 --- a/apps/api/wrangler.toml +++ b/apps/api/wrangler.toml @@ -1,4 +1,4 @@ -name = "api" +name = "expo-lucia-auth-example" compatibility_date = "2023-12-04" vars = { ENVIRONMENT = "development" }