build: re-add wrangler as devDependency

Needed by the deploy step (npx wrangler pages deploy). Keeping it as a
local devDep means CI doesn't re-download wrangler on every run, matching
how ethanjlewis.com is set up.
This commit is contained in:
2026-05-09 11:56:38 -05:00
parent e044141043
commit 72f99295ca
2 changed files with 892 additions and 5 deletions
+890 -4
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -23,6 +23,7 @@
"@astrojs/check": "^0.9.8", "@astrojs/check": "^0.9.8",
"@types/node": "^25.6.0", "@types/node": "^25.6.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"vitest": "^4.1.5" "vitest": "^4.1.5",
"wrangler": "^4.85.0"
} }
} }