Skip to content

Commit

Permalink
Revert the backend change... it's the default now 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
jplhomer committed Dec 15, 2023
1 parent f91f4a2 commit 1dba901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/superflare/cli/new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1dba901

Please sign in to comment.