0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

fix: comment adapter to start

This commit is contained in:
bholmesdev 2022-03-30 16:32:04 -04:00
parent b33bda5cc3
commit ff1de0ae30

View file

@ -5,5 +5,5 @@ import nodeAdapter from '@astrojs/node'
// https://astro.build/config
export default defineConfig({
integrations: [svelte()],
adapter: nodeAdapter(),
});
// adapter: nodeAdapter(),
});