refactor: split backend into standalone server project

Remove embedded frontend and workflow editor assets, add standalone API deployment configuration, and retain the current backend service updates.
This commit is contained in:
t
2026-08-20 21:46:55 +08:00
parent 954a3fe8d9
commit 3d47227fbd
612 changed files with 515 additions and 97334 deletions
+4 -3
View File
@@ -2,10 +2,11 @@ language: zh-CN
server:
port: 8083
frontendUrl: http://127.0.0.1:3000
cors:
allowedOrigins:
- http://localhost:8083
- http://127.0.0.1:8083
- http://localhost:3000
- http://127.0.0.1:3000
db:
type: sqlite
@@ -35,7 +36,7 @@ storage:
maxUploadSizeMB: 20
local:
root: /app/data/storage
baseUrl: /storage
baseUrl: http://127.0.0.1:8083/storage
oss:
endpoint: ""
bucket: ""