add wrangler file
All checks were successful
Deploy to Cloudflare Workers / deploy (push) Successful in 29s

This commit is contained in:
Satria 2026-03-19 12:48:52 +07:00
commit 658fbdeca8
2 changed files with 15 additions and 5 deletions

15
wrangler.jsonc Normal file
View 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
}