How to load/access Environment variables with F7 svelte

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