added stepsetup for initial admin setup

This commit is contained in:
2025-10-30 15:26:25 +01:00
parent fbd0f03eb2
commit 5809bb8b09
7 changed files with 2450 additions and 419 deletions

View File

@@ -23,7 +23,7 @@ export default defineConfig(({ mode }) => {
server: {
port: 3003,
host: true,
open: isDevelopment,
//open: isDevelopment,
proxy: {
'/api': {
target: 'http://localhost:3002',