Closed bitmanid closed 4 weeks ago
Only build time env variables will be overwritten by your local .env (ex: used in nuxt.config.ts)
You can have a .env.prod file for instance for the prod env variables and use npx nuxthub deploy --dotenv .env.prod
@atinux thanks!
Description
When deploying with npx nuxthub deploy, the deployment process appears to override the environment variables set in the NuxtHub admin dashboard with local .env file values. This creates inconsistency in environment management between local development and production deployments.
Current Behavior
Questions