You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you run nuxthub deploy it ends up running nuxi build --preset=cloudflare-pages. It would be helpful to be able to pass other nuxi build options such as --dotenv .dev.vars to the build command when running nuxthub deploy.
A couple of ideas on implementation:
Use nuxt.config.js hub option
hub: {extraBuildOpts: ['--dotenv .dev.vars']},
Allow pass through from nuxthub cli nuxthub deploy --dotenv .preview.vars
The text was updated successfully, but these errors were encountered:
unibeck
added a commit
to unibeck/nuxt-hub-cli
that referenced
this issue
Apr 23, 2024
Currently when you run
nuxthub deploy
it ends up runningnuxi build --preset=cloudflare-pages
. It would be helpful to be able to pass othernuxi build
options such as--dotenv .dev.vars
to the build command when runningnuxthub deploy
.A couple of ideas on implementation:
hub
optionnuxthub
clinuxthub deploy --dotenv .preview.vars
The text was updated successfully, but these errors were encountered: