Well thats stupid it has to be like this

This commit is contained in:
2025-07-13 10:50:09 +01:00
parent 5391acf574
commit 060f7942af
2 changed files with 1 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ import node from '@astrojs/node';
export default defineConfig({
output: 'server',
adapter: node({
host: '0.0.0.0',
port: 4321, // default port for Astro SSR
mode: 'standalone', // bundles dependencies with output
}),
integrations: [react()],