Refactoring of routes

group functionalities working
This commit is contained in:
2025-06-29 06:58:23 +00:00
parent 55ae392411
commit 6639006d65
8 changed files with 234 additions and 178 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"