Build fix.

This commit is contained in:
mike12345567 2025-03-28 14:35:56 +00:00
parent c3f549666a
commit e8ae9960b2
1 changed files with 5 additions and 0 deletions

View File

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