First Production Push

This commit is contained in:
2026-02-25 21:29:56 +02:00
parent e62cffc10c
commit 8cb639c1bd
32 changed files with 3714 additions and 2719 deletions

View File

@@ -7,6 +7,13 @@ export default defineConfig({
server: {
host: '0.0.0.0',
port: 5173,
hmr: {
clientPort: 80,
},
watch: {
usePolling: true,
interval: 500,
},
proxy: {
'/api': {
target: 'http://backend:8000',