using @quasar/quasar-app-extension-dotenv pacage
-
Hello i install pacage
@quasar/quasar-app-extension-dotenv
.
Then i create file.env
where i have my var exampleLOGIN_URL
.
I see this variable in dev mode. When I build my app i cant see it.process.env.LOGIN_URL
.
Is there any way i can pass what config i want to use in my command ? Example:"build-local": "quasar build -m pwa -config .env"
? Or names should be some specific.