feat(docker): add flask build mode support and port configuration

This commit is contained in:
2025-10-27 14:56:13 +08:00
parent 46cc8a254a
commit 24ceec5cc3
4 changed files with 31 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build:flask": "tsc -b && vite build --mode flask",
"lint": "eslint .",
"preview": "vite preview"
},