🪟 windows build

This commit is contained in:
2026-03-16 22:39:19 +10:00
parent 58349c2b32
commit 014f88522b
3 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ try {
export const getConfigDir = (): string => CONFIG_DIR
export const getDraftRoot = (): string =>
_config.projectPath ?? process.env.DRAFT_PATH ?? '/Users/pori/WebstormProjects/hohoff/draft'
_config.projectPath ?? process.env.DRAFT_PATH ?? join(homedir(), 'Documents', 'hohoff-draft')
export const getApiKey = (): string | undefined =>
_config.apiKey ?? process.env.ANTHROPIC_API_KEY