From 1dba901f2164352af4ebb9325815929cff6d0f1d Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Fri, 15 Dec 2023 08:25:45 -0600 Subject: [PATCH] Revert the backend change... it's the default now :sweat_smile: --- packages/superflare/cli/new.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/superflare/cli/new.ts b/packages/superflare/cli/new.ts index 61c1604..2c25e00 100644 --- a/packages/superflare/cli/new.ts +++ b/packages/superflare/cli/new.ts @@ -376,7 +376,7 @@ type TaskResult = Promise<{ async function createD1Database(name: string): TaskResult { try { - const result = await runWranglerCommand(["d1", "create", name, "--experimental-backend"]); + const result = await runWranglerCommand(["d1", "create", name]); // Parse the ID out of the stdout: // database_id = "79da141d-acd3-4d64-adb1-9a50f8ed7e2b"