Add LAN deploy scripts and improve admin billing/users UX.

Provide rsync deploy and restart tooling for the 100 server, document the workflow, and add pagination plus user filtering across billing and user management pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-06-16 20:46:59 +08:00
parent 8ad1a8a8da
commit 680e2c9427
11 changed files with 1079 additions and 275 deletions
+10
View File
@@ -17,6 +17,16 @@ export default defineConfig(({ mode }) => {
'/admin-api': backendTarget,
},
},
preview: {
host: '127.0.0.1',
port: 5174,
strictPort: true,
proxy: {
'/api': backendTarget,
'/auth': backendTarget,
'/admin-api': backendTarget,
},
},
build: {
outDir: 'dist',
emptyOutDir: true,