Build frontend locally for lightweight deployment

This commit is contained in:
wuyanwanwu
2026-08-13 23:44:50 +08:00
parent d8aaf63e05
commit 6037bde760
26 changed files with 242 additions and 18 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
},
"scripts": {
"dev": "vinext dev",
"build": "vinext build",
"build": "node scripts/build-local.mjs",
"start": "vinext start",
"test": "npm run build && node --test tests/rendered-html.test.mjs",
"lint": "eslint . --ignore-pattern dist --ignore-pattern .next",