Initial commit
This commit is contained in:
9
packages/env/index.mts
vendored
Normal file
9
packages/env/index.mts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { baseEnv, dynamicEnvValues } from './lib/index.js';
|
||||
import type { EnvType } from './lib/types.js';
|
||||
|
||||
export * from './lib/index.js';
|
||||
|
||||
export default {
|
||||
...baseEnv,
|
||||
...dynamicEnvValues,
|
||||
} as EnvType;
|
||||
Reference in New Issue
Block a user