diff --git a/astro-ssr/astro.config.mjs b/astro-ssr/astro.config.mjs index f18efa9..aa69783 100644 --- a/astro-ssr/astro.config.mjs +++ b/astro-ssr/astro.config.mjs @@ -16,5 +16,9 @@ export default defineConfig({ ssr: { noExternal: ['path-to-regexp'], }, + preview: { + port: 3000, + host: true + } } });