Skip to content

Commit 76d821b

Browse files
committed
build: remove wrangler dep
1 parent 89dd694 commit 76d821b

File tree

3 files changed

+3
-817
lines changed

3 files changed

+3
-817
lines changed

lib/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"publish:npm": "npm publish --access=public",
4242
"publish:jsr": "npx jsr publish",
4343
"publish:all": "pnpm publish:npm && pnpm publish:jsr",
44-
"lint": "eslint . --fix",
45-
"wrangle": "wranger deploy --env=\"\""
44+
"lint": "eslint . --fix"
4645
},
4746
"publishConfig": { "access": "public" },
4847
"devDependencies": {
@@ -58,6 +57,5 @@
5857
"postcss-import": "^16.1.1",
5958
"terser": "^5.44.0",
6059
"vite": "npm:rolldown-vite@7.1.14"
61-
},
62-
"dependencies": { "wrangler": "^4.45.0" }
60+
}
6361
}

lib/wrangler.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
name = "voltx-demo"
22
pages_build_output_dir = "dist-demo"
33
compatibility_date = "2025-10-25"
4-
compatibility_flags = [ "nodejs_compat" ]
5-
6-
[env]
7-
production = { }
4+
compatibility_flags = ["nodejs_compat"]

0 commit comments

Comments
 (0)