fix(api): import db correctly

This commit is contained in:
2025-11-09 18:02:15 +02:00
parent 4b82a11207
commit 2d1c620664
9 changed files with 19 additions and 17 deletions
+2 -1
View File
@@ -11,10 +11,11 @@
"drizzle-kit": "^0.31.6"
},
"exports": {
".": "./src/index.ts",
"./client": "./src/client.ts",
"./queries": "./src/queries/index.ts",
"./schema": "./src/schema.ts",
"./utils": "./src/utils/*"
"./utils": "./src/utils/index.ts"
},
"name": "@basango/db",
"private": true,
+5
View File
@@ -0,0 +1,5 @@
export * from "./client";
export * from "./constants";
export * from "./queries";
export * from "./schema";
export * from "./utils";
+2
View File
@@ -0,0 +1,2 @@
export * from "./articles";
export * from "./sources";
+1
View File
@@ -0,0 +1 @@
BASANGO_ENCRYPTION_KEY=testkey