We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
astro
2.0.11
Node
pnpm
Mac
pnpm create astro@latest
pnpx astro add node
mode
Shouldn't we add the mode: 'standalone' as a default with the config when installing the adapter?
mode: 'standalone'
https://stackblitz.com/edit/github-f7h71h
The text was updated successfully, but these errors were encountered:
@ematipico this one comes from src/core/add/. I'm not sure if there's an easy/good solution here, so something to discuss.
src/core/add/
Sorry, something went wrong.
Suggestion:
astro add
ematipico
Successfully merging a pull request may close this issue.
What version of
astro
are you using?2.0.11
Are you using an SSR adapter? If so, which one?
Node
What package manager are you using?
pnpm
What operating system are you using?
Mac
Describe the Bug
pnpm create astro@latest
and going with all defaults.pnpx astro add node
mode
option in the Node adapter (see screenshot linked)Shouldn't we add the
mode: 'standalone'
as a default with the config when installing the adapter?Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-f7h71h
Participation
The text was updated successfully, but these errors were encountered: