feat: added the ability to create/edit/remove device types

This commit is contained in:
2025-11-06 11:00:18 +00:00
parent efd44bf968
commit d68eefcf0c
7 changed files with 424 additions and 2 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ echo "Generating CSS..."
./tailwindcss -i ./static/css/input.css -o ./static/css/output.css --content "./templates/*.html,./static/js/*.js" --minify
echo "Starting app..."
gunicorn --bind 0.0.0.0:5000 app:app --log-level debug
python app.py