mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
42da2e23eb
commit
fc09a58f33
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export default function createIntegration(): AstroIntegration {
|
|||
'astro:config:done': ({ setAdapter, config }) => {
|
||||
setAdapter(getAdapter());
|
||||
|
||||
if(config.output === 'static') {
|
||||
if (config.output === 'static') {
|
||||
console.warn(`[@astrojs/Node] \`output: "server"\` is required to use this adapter.`);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue