diff --git a/astro.config.ts b/astro.config.ts index ee27298d..3acd5fd9 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -6,6 +6,9 @@ export default (await import("astro/config")).defineConfig({ outDir: "./Target", // TODO Place your site URL here // site: "", + server: { + port: 9999, + }, build: { concurrency: 9999, },