mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
33 lines
660 B
JSON
33 lines
660 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 * * * *"
|
|
]
|
|
},
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "KV",
|
|
"id": "53abb6d985a44b80b2b08d510f73928a"
|
|
},
|
|
],
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "webhooker",
|
|
"database_id": "214a0104-3235-47c0-b7bf-ddda95f3c8ac"
|
|
},
|
|
],
|
|
}
|