Change structure and implement some admin functions

This commit is contained in:
2024-05-12 18:44:33 +02:00
parent 3b19804537
commit 1e750e1ca5
27 changed files with 502 additions and 185 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@remix-run/serve": "^2.9.1",
"@zenstackhq/runtime": "2.0.1",
"@zenstackhq/runtime": "2.0.3",
"bootstrap": "^5.3.3",
"isbot": "^4.1.0",
"lodash": "^4.17.21",
@@ -46,7 +46,7 @@
"typescript": "^5.4.5",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1",
"zenstack": "2.0.1"
"zenstack": "2.0.3"
},
"engines": {
"node": ">=18.0.0"