basic MP functionality working

This commit is contained in:
Shaheed Azaad
2025-07-17 10:09:20 +02:00
parent 02734040cb
commit e9565471cb
8 changed files with 805 additions and 23 deletions

View File

@@ -5,6 +5,11 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [tailwindcss(), sveltekit(), devtoolsJson()],
server: {
host: '0.0.0.0', // Listen on all interfaces so Docker containers can access
port: 5173,
allowedHosts: ['host.docker.internal'] // Allow Docker containers to access via host.docker.internal
},
test: {
projects: [
{