mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-05-13 21:02:17 +02:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "discord-verifier",
|
|
"compatibility_date": "2026-02-10",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"main": ".svelte-kit/cloudflare/_worker.js",
|
|
"assets": {
|
|
"binding": "ASSETS",
|
|
"directory": ".svelte-kit/cloudflare"
|
|
},
|
|
"workers_dev": true,
|
|
"preview_urls": true
|
|
}
|