full site update
This commit is contained in:
6
node_modules/astro/dist/env/env-loader.d.ts
generated
vendored
Normal file
6
node_modules/astro/dist/env/env-loader.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { AstroConfig } from '../types/public/index.js';
|
||||
export declare const createEnvLoader: (mode: string, config: AstroConfig, useRawValues: boolean) => {
|
||||
get: () => Record<string, string>;
|
||||
getPrivateEnv: () => Record<string, string>;
|
||||
};
|
||||
export type EnvLoader = ReturnType<typeof createEnvLoader>;
|
Reference in New Issue
Block a user