fix(api): import db correctly
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { checkHealth as checkDbHealth } from "@basango/db/utils/health";
|
||||
import { checkHealth as checkDbHealth } from "@basango/db";
|
||||
|
||||
export async function checkHealth(): Promise<void> {
|
||||
await checkDbHealth();
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": ["./src/*", "../../packages/db/src/*"]
|
||||
}
|
||||
},
|
||||
"extends": "@basango/tsconfig/base.json",
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
"react-dom": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@types/bun": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"tailwindcss": "^4",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"name": "@basango/dashboard",
|
||||
|
||||
Reference in New Issue
Block a user