1
0
mirror of synced 2026-02-04 18:47:57 +08:00

style(runtime): 配置格式化

This commit is contained in:
roymondchen
2025-08-27 17:01:08 +08:00
parent a10f9d230d
commit 7695f005f6
10 changed files with 42 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
"dev:react": "vite --force",
"serve": "vite preview",
"build": "rimraf ./dist && node scripts/build.mjs --type=all && npm run build:client",
"build:libs": "tmagic entry && node scripts/build.mjs --type=res",
"build:libs": "npm run tmagic && node scripts/build.mjs --type=res",
"build:client": "vite build --config ./page/vite.config.ts && vite build --config ./playground/vite.config.ts"
},
"dependencies": {