1
0
Fork 0
mirror of synced 2024-07-30 02:26:11 +12:00

Fix docker build (#9116)

This commit is contained in:
Rory Powell 2022-12-19 22:05:47 +00:00 committed by GitHub
parent fd27d705ea
commit 5f36a84470
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,8 @@
{
"name": "@budibase/backend-core",
"files": [
"dist"
],
"version": "2.2.10-alpha.0",
"description": "Budibase backend core libraries used in server and worker",
"main": "dist/src/index.js",

View file

@ -50,7 +50,6 @@ import {
} from "@budibase/types"
import { BASE_LAYOUT_PROP_IDS } from "../../constants/layouts"
import sdk from "../../sdk"
import { getDB } from "@budibase/backend-core/src/db"
// utility function, need to do away with this
async function getLayouts() {