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:
parent
b33bda5cc3
commit
ff1de0ae30
1 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ import nodeAdapter from '@astrojs/node'
|
|||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [svelte()],
|
||||
adapter: nodeAdapter(),
|
||||
});
|
||||
// adapter: nodeAdapter(),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue