Build fix.
This commit is contained in:
parent
c3f549666a
commit
e8ae9960b2
|
@ -1,3 +1,8 @@
|
|||
import { join } from "../../utilities/centralPath"
|
||||
import { TOP_LEVEL_PATH } from "../../utilities/fileSystem"
|
||||
import { Ctx } from "@budibase/types"
|
||||
import send from "koa-send"
|
||||
|
||||
// this is a public endpoint with no middlewares
|
||||
export const serveBuilderAssets = async function (ctx: Ctx<void, void>) {
|
||||
const builderPath = join(TOP_LEVEL_PATH, "builder")
|
||||
|
|
Loading…
Reference in New Issue