Skip to content

Commit

Permalink
feat: makes it so astro add does not set output server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 25, 2024
1 parent 7968eab commit 9ef2747
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ export function setAdapter(
});
}

if (!config.output) {
config.output = 'server';
}

switch (adapter.id) {
case 'node':
config.adapter = builders.functionCall(adapterId, { mode: 'standalone' });
Expand Down

0 comments on commit 9ef2747

Please sign in to comment.