feat: Docker bidez altxatzea ahalbidetzen du

This commit is contained in:
2026-08-17 10:10:10 +02:00
parent 3b7d04d9db
commit 2f18aa81bd
4 changed files with 45 additions and 1 deletions

View File

@@ -9,7 +9,9 @@ import node from "@astrojs/node";
export default defineConfig({
integrations: [react()],
output: "server",
server: {
host: "0.0.0.0",
},
adapter: node({
mode: "standalone",
}),