actions bereich und admin panel ueberarbeitet

und bug fix
This commit is contained in:
2026-03-15 21:19:49 +01:00
parent 9b9b8d39a8
commit 9a39120919
10 changed files with 659 additions and 116 deletions

View File

@@ -12,6 +12,10 @@ export default defineConfig({
},
server: {
proxy: {
'/api': {
target: 'http://localhost:3001',
changeOrigin: true,
},
'/v1': {
target: 'https://appwrite.webklar.com',
changeOrigin: true,