From b8b6e229281be13258715870ddd0c2e1866dee12 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 22 Jun 2026 00:46:09 +0200 Subject: Remove webapp --- cli/src/config.ts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'cli/src') diff --git a/cli/src/config.ts b/cli/src/config.ts index e82d92a..a00552d 100644 --- a/cli/src/config.ts +++ b/cli/src/config.ts @@ -37,18 +37,4 @@ export function loadConfig(): Config { export function saveConfig(config: Config): void { mkdirSync(CONFIG_DIR, { recursive: true }) writeFileSync(CONFIG_PATH, JSON.stringify(config, null, 2)) -} - -const exampleConfig: Config = { - sb1: { - clientId: "YOUR_CLIENT_ID", - clientSecret: "YOUR_CLIENT_SECRET", - finInst: "YOUR_FIN_INST" - }, - actual: { - host: "http://localhost:5006", - password: "your-password", - fileId: "your-budget-file-id" - }, - mappings: [] -} +} \ No newline at end of file -- cgit v1.3