From bf1f46db543758da82d5940f0e7027b06a009b56 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 30 Oct 2024 14:34:45 +0200 Subject: [PATCH] --- astro.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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, },