Environment variables
Environment variables may be read from the project's .env
file using the import.meta.env.VAR_NAME
expression:
import.meta.env.FOO
Environment variables may be read from the project's .env
file using the import.meta.env.VAR_NAME
expression:
import.meta.env.FOO