Fix server build by removing unused dependency on file path in backend-core
This commit is contained in:
parent
204c38fa7a
commit
71292d3786
|
@ -6,7 +6,6 @@ import {
|
||||||
QueryType,
|
QueryType,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import { db as dbCore } from "@budibase/backend-core"
|
import { db as dbCore } from "@budibase/backend-core"
|
||||||
import { DatabaseWithConnection } from "@budibase/backend-core/src/db"
|
|
||||||
|
|
||||||
interface CouchDBConfig {
|
interface CouchDBConfig {
|
||||||
url: string
|
url: string
|
||||||
|
|
Loading…
Reference in New Issue