1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Merge pull request #9513 from Budibase/fix/server-build

Fix server build by removing unused dependency on file path in backend-core
This commit is contained in:
Rory Powell 2023-02-02 09:31:57 +00:00 committed by GitHub
commit 6bf0583c40

View file

@ -6,7 +6,6 @@ import {
QueryType,
} from "@budibase/types"
import { db as dbCore } from "@budibase/backend-core"
import { DatabaseWithConnection } from "@budibase/backend-core/src/db"
interface CouchDBConfig {
url: string