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:
+10
-18
@@ -1,23 +1,15 @@
|
||||
.DS_Store
|
||||
.worktrees
|
||||
.idea
|
||||
.pnpm-store
|
||||
.idea/
|
||||
.vscode/
|
||||
.worktrees/
|
||||
|
||||
data/
|
||||
config/config.yaml
|
||||
/include/
|
||||
/lib/
|
||||
|
||||
data/
|
||||
dist/
|
||||
include/
|
||||
lib/
|
||||
|
||||
*.log
|
||||
__debug_bin*
|
||||
node_modules/
|
||||
.next/
|
||||
.task/
|
||||
*.tsbuildinfo
|
||||
|
||||
.superpowers
|
||||
|
||||
agent-desk
|
||||
|
||||
test-reports
|
||||
web/public/flowgram-editor/
|
||||
test-reports/
|
||||
/server
|
||||
|
||||
Reference in New Issue
Block a user