fix(api): import db correctly
This commit is contained in:
+2
-3
@@ -21,14 +21,12 @@
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@devscast/config": "^1.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@basango/tsconfig": "workspace:*",
|
||||
"@biomejs/biome": "^2.3.1",
|
||||
"@commitlint/cli": "^20.1.0",
|
||||
"@commitlint/config-conventional": "^20.0.0",
|
||||
"@devscast/config": "^1.0.3",
|
||||
"@manypkg/cli": "^0.25.1",
|
||||
"@types/bun": "^1.3.2",
|
||||
"@types/node": "^24.10.0",
|
||||
@@ -55,6 +53,7 @@
|
||||
"dev:dashboard": "turbo dev --filter=@basango/dashboard",
|
||||
"format": "biome format --write && biome check --write && biome lint --write",
|
||||
"lint": "biome check && biome lint && manypkg check",
|
||||
"prepare": "husky",
|
||||
"start:api": "turbo start --filter=@basango/api",
|
||||
"start:dashboard": "turbo start --filter=@basango/dashboard",
|
||||
"test": "turbo run test --parallel",
|
||||
|
||||
Reference in New Issue
Block a user