1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

feat: allow environment variable overrides of default behaviors (#182)

This commit is contained in:
2026-01-08 21:23:53 -05:00
committed by GitHub
parent d14ea4dbd9
commit b409823e55
15 changed files with 1288 additions and 188 deletions
+2 -3
View File
@@ -44,7 +44,7 @@
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"generate-types": "tsx scripts/generate-types.ts",
"generate-types": "bun scripts/generate-types.ts",
"lint": "biome check",
"lint:fix": "biome check --write",
"typecheck": "tsc --noEmit",
@@ -68,8 +68,7 @@
"@types/tar": "^6.1.13",
"@vitest/coverage-v8": "^4.0.16",
"tinyexec": "^1.0.2",
"tsdown": "^0.19.0-beta.3",
"tsx": "^4.21.0",
"tsdown": "^0.19.0-beta.5",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
},