pr-swipe/wrangler.jsonc
2026-03-12 21:20:52 +07:00

15 lines
335 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "pr-swipe",
"compatibility_date": "2026-03-12",
"compatibility_flags": [
"nodejs_als"
],
"main": ".svelte-kit/cloudflare/_worker.js",
"assets": {
"binding": "ASSETS",
"directory": ".svelte-kit/cloudflare"
},
"workers_dev": true,
"preview_urls": true
}