mirror of
https://github.com/xtr-dev/rondevu-server.git
synced 2025-12-10 10:53:24 +00:00
Fix wrangler deploy to specify config file location
- Added --config wrangler.toml flag to deploy script - Fixes CI/CD deployment error: 'Missing entry-point to Worker script'
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"dev": "ts-node src/index.ts",
|
||||
"start": "node dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"deploy": "npm run build && npx wrangler deploy"
|
||||
"deploy": "npm run build && npx wrangler deploy --config wrangler.toml"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20251014.0",
|
||||
|
||||
Reference in New Issue
Block a user