mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
docs: completed v1 docs (#36)
This commit is contained in:
@@ -6,7 +6,7 @@ import { join } from 'path';
|
||||
const ENV_PREFIX = 'ML_S_';
|
||||
|
||||
const readSecrets = async () => {
|
||||
let secretLocation = join(process.cwd(), '.secret');
|
||||
let secretLocation = join(process.cwd(), '.secrets');
|
||||
|
||||
let secrets: Record<string, string> = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user