mirror of
https://github.com/SrIzan10/lofi.git
synced 2026-06-06 00:56:53 +00:00
25 lines
489 B
JSON
25 lines
489 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "lofi",
|
|
"compatibility_date": "2026-03-17",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"main": ".svelte-kit/cloudflare/_worker.js",
|
|
"assets": {
|
|
"binding": "ASSETS",
|
|
"directory": ".svelte-kit/cloudflare"
|
|
},
|
|
"workers_dev": true,
|
|
"preview_urls": true,
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"routes": [
|
|
{
|
|
"pattern": "lofi.srizan.dev",
|
|
"custom_domain": true
|
|
}
|
|
]
|
|
}
|