init
This commit is contained in:
commit
e82ed7a2bd
19 changed files with 644 additions and 0 deletions
15
wrangler.jsonc
Normal file
15
wrangler.jsonc
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue