summaryrefslogtreecommitdiffhomepage
path: root/bin/seed-opencode-keys.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/seed-opencode-keys.ts')
-rw-r--r--bin/seed-opencode-keys.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/seed-opencode-keys.ts b/bin/seed-opencode-keys.ts
index c461592..c481b8d 100644
--- a/bin/seed-opencode-keys.ts
+++ b/bin/seed-opencode-keys.ts
@@ -2,7 +2,7 @@
/**
* Seed API keys from environment variables into the SQLite database.
*/
-import { setApiKey, getDatabasePath } from "../packages/core/src/index.js";
+import { getDatabasePath, setApiKey } from "../packages/core/src/index.js";
console.log(`Database: ${getDatabasePath()}\n`);