Major changes to server startup. Admin page tuning.

This commit is contained in:
2025-08-30 08:41:38 +00:00
parent 6840f319eb
commit 395ecdbd19
12 changed files with 1077 additions and 143 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --clearScreen false",
"build": "vite build",
"preview": "vite preview"
},