RFC: Change default output directory to match Nitro #1781
brandonroberts
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which scope/s are relevant/related to the feature request?
vite-plugin-nitro
Information
Currently, we use a custom output directory.
dist/analog/public
for static assets anddist/analog/server
for the built server. Depending on the deployment provider, the output directory could also change. We have some workarounds for special cases today.This change would use Nitro's default
.output
directory at the root and use a different directory for interemediate builds assets likeclient
,ssr
, and.nitro
.This would be introduced using a flag, and the default would be flipped in Analog 2.0.
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
Beta Was this translation helpful? Give feedback.
All reactions