feat(csms): restructure deployment setup with Docker and improve build process

This commit is contained in:
2026-03-11 15:39:31 +08:00
parent 70ae7da0d9
commit ce53a4f218
12 changed files with 189 additions and 200 deletions

View File

@@ -5,7 +5,7 @@
"description": "Helios EV Charging Station Management System",
"scripts": {
"dev:csms": "pnpm --filter csms dev",
"build:csms": "pnpm --filter csms build",
"build:csms": "pnpm --filter csms build:prod",
"start:csms": "pnpm --filter csms start",
"dev:web": "pnpm --filter web dev",
"build:web": "pnpm --filter web build",