mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore(quality): provider fixtures, formatter snapshots, platform contract tests, CI, CodeQL, dependabot
This commit is contained in:
parent
04fa52db52
commit
320e825bf8
15 changed files with 405 additions and 3 deletions
|
|
@ -2,7 +2,9 @@
|
|||
"name": "webhooker",
|
||||
"main": ".output/server/index.mjs",
|
||||
"compatibility_date": "2026-08-04",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat"
|
||||
],
|
||||
"build": {
|
||||
"command": "bun run build"
|
||||
},
|
||||
|
|
@ -32,8 +34,8 @@
|
|||
"queues": {
|
||||
"producers": [
|
||||
{
|
||||
"queue": "webhooker-delivery",
|
||||
"binding": "QUEUE",
|
||||
"queue": "webhooker-delivery"
|
||||
}
|
||||
],
|
||||
"consumers": [
|
||||
|
|
@ -52,4 +54,4 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue