fix: connect operations pages to real backend

This commit is contained in:
hectorzhao
2026-07-02 15:16:34 +08:00
parent ab421cf8a7
commit 321cf716f2
22 changed files with 1255 additions and 429 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"dev": "npm run build && vite preview --host 0.0.0.0",
"build": "tsc --noEmit && vite build",
"build:api": "npm --prefix api run build",
"preview": "vite preview --host 0.0.0.0",