Rename build-frontend.py to buildhook.py.

This commit is contained in:
2026-03-08 15:40:49 +00:00
parent 682d70cb23
commit 79316eebd4
3 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ my-app/
└── scripts/
├── devserver.py # Run Vite and FastAPI together in dev mode
└── fastapi-vue/ # Dev utilities (only on the source tree)
├── build-frontend.py
├── buildhook.py
├── buildutil.py
└── devutil.py
```