add wrangler file
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 29s
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 29s
This commit is contained in:
parent
c60f2f24a4
commit
658fbdeca8
2 changed files with 15 additions and 5 deletions
15
wrangler.jsonc
Normal file
15
wrangler.jsonc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "./node_modules/wrangler/config-schema.json",
|
||||
"name": "5th-site-expanded",
|
||||
"compatibility_date": "2026-02-18",
|
||||
"compatibility_flags": [
|
||||
"nodejs_als"
|
||||
],
|
||||
"main": ".svelte-kit/cloudflare/_worker.js",
|
||||
"assets": {
|
||||
"binding": "ASSETS",
|
||||
"directory": ".svelte-kit/cloudflare"
|
||||
},
|
||||
"workers_dev": true,
|
||||
"preview_urls": true
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#:schema node_modules/wrangler/config-schema.json
|
||||
name = "5th-site-expanded"
|
||||
compatibility_date = "2025-01-01"
|
||||
main = ".svelte-kit/cloudflare/_worker.js"
|
||||
assets = { directory = ".svelte-kit/cloudflare" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue