Fix server build by removing unused dependency on file path in backend-core

This commit is contained in:
Rory Powell 2023-02-02 09:26:39 +00:00
parent 204c38fa7a
commit 71292d3786
1 changed files with 0 additions and 1 deletions

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