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 cb7576803f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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