mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
fix: complete authenticated onboarding startup
This commit is contained in:
parent
3ec96fdb73
commit
8360b2e3e3
9 changed files with 652 additions and 542 deletions
|
|
@ -36,6 +36,10 @@ export function resolveAgentJwtEnvFile(configPath?: string): string {
|
|||
return resolveEnvFilePath(configPath);
|
||||
}
|
||||
|
||||
export function loadPaperclipEnvFile(configPath?: string): void {
|
||||
loadAgentJwtEnvFile(resolveEnvFilePath(configPath));
|
||||
}
|
||||
|
||||
export function loadAgentJwtEnvFile(filePath = resolveEnvFilePath()): void {
|
||||
if (loadedEnvFiles.has(filePath)) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue