Skip to content

Commit

Permalink
add d1 db
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Nov 12, 2024
1 parent 2cc5b6e commit 843cb43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ no_bundle = true
rules = [
{ type = "Text", globs = ["main.js.map"], fallthrough = true }
]

[[d1_databases]]
binding = "DB"
database_name = "sofash"
database_id = "9d480b50-c9f8-4829-bfac-50019cba32af"
migrations_dir = "drizzle/migrations"

0 comments on commit 843cb43

Please sign in to comment.