This commit is contained in:
Satria 2026-03-12 21:20:52 +07:00
commit e82ed7a2bd
19 changed files with 644 additions and 0 deletions

15
wrangler.jsonc Normal file
View file

@ -0,0 +1,15 @@
{
"$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
}