Remove redundant --config wrangler.toml from deploy script in package.json

This commit is contained in:
2025-11-07 23:10:49 +01:00
parent 7b733df1e2
commit 6909984892

View File

@@ -9,7 +9,7 @@
"dev": "ts-node src/index.ts", "dev": "ts-node src/index.ts",
"start": "node dist/index.js", "start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"deploy": "npm run build && npx wrangler deploy --config wrangler.toml" "deploy": "npm run build && npx wrangler deploy"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20251014.0", "@cloudflare/workers-types": "^4.20251014.0",