init
This commit is contained in:
5
backend/config.py
Normal file
5
backend/config.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
PROJECT_ROOT = Path(__file__).resolve().parent.parent
|
||||
FRONTEND_DIST = PROJECT_ROOT / "frontend" / "dist"
|
||||
DB_PATH = PROJECT_ROOT / "creator.db"
|
||||
Reference in New Issue
Block a user