mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
refactor(structure): reorganize app layout
BREAKING CHANGE: root backend/frontend directories and old run/manage entrypoints were removed. Use apps/backend, apps/frontend, and python main.py commands instead.
This commit is contained in:
+7
-4
@@ -47,10 +47,13 @@ logs/
|
||||
Thumbs.db
|
||||
|
||||
# 前端
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.vite/
|
||||
apps/frontend/node_modules/
|
||||
apps/frontend/dist/
|
||||
apps/frontend/.vite/
|
||||
apps/new-frontend/node_modules/
|
||||
apps/new-frontend/dist/
|
||||
apps/new-frontend/.vite/
|
||||
|
||||
.claude
|
||||
.codex
|
||||
openspec
|
||||
openspec
|
||||
|
||||
Reference in New Issue
Block a user