feat: add docs demo runtime build

This commit is contained in:
3252a8
2026-05-27 23:56:48 +03:00
parent a2a887b898
commit 8217d13cd6
6 changed files with 235 additions and 4 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
"type": "module",
"scripts": {
"sync:docs": "node ./scripts/sync-docs.mjs",
"dev": "npm run sync:docs && astro dev",
"build": "npm run sync:docs && astro build",
"build:demo": "node ./scripts/build-demo-runtime.mjs",
"dev": "npm run sync:docs && npm run build:demo && astro dev",
"build": "npm run sync:docs && npm run build:demo && astro build",
"preview": "astro preview"
},
"dependencies": {