WebHooker/wrangler.jsonc

34 lines
615 B
JSON

{
"name": "webhooker",
"main": "src/index.ts",
"compatibility_date": "2025-01-01",
"compatibility_flags": [],
"build": {
"command": "cd admin && bun install --frozen-lockfile && bun run generate"
},
"assets": {
"directory": "./admin/.output/public",
"binding": "ASSETS",
"run_worker_first": true,
"not_found_handling": "single-page-application"
},
"triggers": {
"crons": [
"*/5 * * * *"
]
},
"migrations": [
{
"tag": "v2",
"deleted_classes": [
"DiscordGateway"
],
},
],
"kv_namespaces": [
{
"binding": "KV",
"id": "53abb6d985a44b80b2b08d510f73928a"
},
],
}