Is there a way to load/access environment variables in f7-svelte components like in Nodejs environment.
Have tried import.meta.env.VAR_NAME but returns undefined.
Is there a way to load/access environment variables in f7-svelte components like in Nodejs environment.
Have tried import.meta.env.VAR_NAME but returns undefined.
you need to move .env files into src folder