[main] Missing stuff

This commit is contained in:
2024-12-09 18:51:38 +01:00
parent 5fd40cda5b
commit ea06c5f8ce
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ def render_templates(template_dir, project_name):
# Mustache data (dynamic placeholders) # Mustache data (dynamic placeholders)
data = { data = {
"PROJECT_NAME": project_name, "PROJECT_NAME": str(project_name).lower(),
"PORT": port "PORT": port
} }

0
requirements.txt Normal file
View File