This commit is contained in:
lubiana 2025-07-25 15:23:52 +02:00
parent 0535cd1aad
commit ebd50740f0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
6 changed files with 249 additions and 17 deletions

View file

@ -6,6 +6,8 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
host: '0.0.0.0', // Allow external access for Docker
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:8080',