feat: build eta serve script-ak sortzen ditu

This commit is contained in:
2026-08-15 13:06:11 +02:00
parent 39df6433ac
commit 3b7d04d9db
3 changed files with 207 additions and 128 deletions

View File

@@ -3,8 +3,14 @@ import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
integrations: [react()],
output: "server",
adapter: node({
mode: "standalone",
}),
});