UNPKG

gars_v2

Version:

Geo Assistant Research System

9 lines (5 loc) 265 B
// Simple wrapper exposing environment variables to rest of the code. import jetpack from 'fs-jetpack'; // The variables have been written to `env.json` by the build process. var env = jetpack.cwd(__dirname).read('env.json', 'json'); export default env;