Skip to content

Commit

Permalink
Add --experimental-backend for d1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-gamble committed May 21, 2023
1 parent 919e4dc commit f91f4a2
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]);
const result = await runWranglerCommand(["d1", "create", name, "--experimental-backend"]);

// Parse the ID out of the stdout:
// database_id = "79da141d-acd3-4d64-adb1-9a50f8ed7e2b"
Expand Down

0 comments on commit f91f4a2

Please sign in to comment.