Skip to content

Commit

Permalink
fix: add wrangler compatibility
Browse files Browse the repository at this point in the history
SergioRibera committed Sep 13, 2024
1 parent 9347b2d commit f8da9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@ name = "dashboard-page"
workers_dev = true
main = "./dist/cloudflare/worker.js"
site.bucket = "./dist/cloudflare/public"
compatibility_date = "2024-03-14"
compatibility_date = "2024-09-13"
compatibility_flags = [ "nodejs_compat_v2" ]

[build]
command = "pnpm run build"
@@ -13,4 +14,3 @@ database_name = "forms"

# Change to your test database
database_id = "ea1e90b6-9ed0-44ec-8a82-05417fdcc638"

0 comments on commit f8da9b7

Please sign in to comment.