feat: integrate cascade workflow

This commit is contained in:
ws50529
2026-05-27 08:38:40 +08:00
parent 63382f6cf5
commit b8ec600673
17 changed files with 572 additions and 500096 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host 0.0.0.0"
"dev": "vite --host 0.0.0.0",
"test:frontend": "node tests/frontend/cascade-stage-smoke.mjs"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.6",