Move the webapp into its own folder

This commit is contained in:
iamBadgers
2025-06-02 17:56:58 -07:00
parent cf3abe92f5
commit f6fcf82eae
51 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@@ -5,8 +5,8 @@ __pycache__
# dist folders
dist
frontend/dist
backend/dist
app/frontend/dist
app/backend/dist
# sqlite file
*.db