Skip to content

Commit

Permalink
Fix d1_databases wrangler config field name
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Oct 21, 2024
1 parent 2f5bebb commit 0fb6b19
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 @@ -431,7 +431,7 @@ async function createD1Database(name: string, accountId?: string): TaskResult {
d1_databases: [
{
binding: "DB",
name,
database_name: name,
database_id: databaseId,
},
],
Expand Down

0 comments on commit 0fb6b19

Please sign in to comment.