env.js 107 B

12
  1. export const ENV = import.meta.env.MODE;
  2. export const API_HOST = import.meta.env.SNOWPACK_PUBLIC_API_HOST;