How to make environment variables from DOTENV quasar app extension available in scss file
-
How to use var(e.g. assetsUrl) from env file loaded by DOTENV - Quasar Framework app extension in scss file?
-
It will be in your app as
process.env.assetsUrl
(assuming you set it in your .env file - as for accessing via SCSS I have not done that, but you can google it. -
@Hawkeye64 I have done it before I posted here sir. Could you plz help me dropping the link if you find one.
-