feat: added copying static

This commit is contained in:
2025-04-10 13:56:28 +02:00
parent 3503d1d42f
commit 9e2ee75927
7 changed files with 131 additions and 9 deletions

View File

@@ -1,5 +1,9 @@
SOURCE_DIRECTORY = "src"
DIST_DIRECTORY = "dist"
# for development
# relative to SOURCE_DIRECTORY / DIST_DIRECTORY
STATIC_DIRECTORY = "static"
# FOR DEVELOPMENT
CODE_DIRECTORY = "stsg"