mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03: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
|
|
@ -14,6 +14,7 @@ import {
|
|||
storageCheck,
|
||||
type CheckResult,
|
||||
} from "../checks/index.js";
|
||||
import { loadPaperclipEnvFile } from "../config/env.js";
|
||||
import { printPaperclipCliBanner } from "../utils/banner.js";
|
||||
|
||||
const STATUS_ICON = {
|
||||
|
|
@ -31,6 +32,7 @@ export async function doctor(opts: {
|
|||
p.intro(pc.bgCyan(pc.black(" paperclip doctor ")));
|
||||
|
||||
const configPath = resolveConfigPath(opts.config);
|
||||
loadPaperclipEnvFile(configPath);
|
||||
const results: CheckResult[] = [];
|
||||
|
||||
// 1. Config check (must pass before others)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue