feat: add GitHub Actions workflow for automatic Cloudflare Worker deployment

This commit is contained in:
LiBr
2026-07-29 13:13:33 +08:00
parent 855862255c
commit 168eb2b042
3 changed files with 59 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "webmuxd-wisp-demo",
"main": "src/index.ts",
"workers_dev": true,
"compatibility_date": "2026-03-03",
"assets": {
"directory": "../frontend/dist",