update wrangler.toml

This commit is contained in:
Ean Milligan 2024-08-23 00:49:31 -04:00
parent a6d5b651c0
commit b1059df35f
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ coverage
# wrangler files
.wrangler
.dev.vars
wrangler.toml

9
wrangler.example.toml Normal file
View File

@ -0,0 +1,9 @@
name = "dutylog"
pages_build_output_dir = "dist"
send_metrics = false
[[d1_databases]]
binding = "DB"
database_name = "dutylog"
database_id = "[id]"