We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@astrojs/node
1 parent 9389517 commit fc32e2dCopy full SHA for fc32e2d
packages/integrations/node/src/index.ts
@@ -16,7 +16,7 @@ export default function createIntegration(): AstroIntegration {
16
setAdapter(getAdapter());
17
18
if (config.output === 'static') {
19
- console.warn(`[@astrojs/Node] \`output: "server"\` is required to use this adapter.`);
+ console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`);
20
}
21
},
22
0 commit comments