Fix broken imports.
This commit is contained in:
parent
ff04d0516a
commit
dbaa2699ca
|
@ -5,8 +5,8 @@ import zlib from "zlib"
|
||||||
import { mainRoutes, staticRoutes, publicRoutes } from "./routes"
|
import { mainRoutes, staticRoutes, publicRoutes } from "./routes"
|
||||||
import { middleware as pro } from "@budibase/pro"
|
import { middleware as pro } from "@budibase/pro"
|
||||||
import migrations from "../middleware/appMigrations"
|
import migrations from "../middleware/appMigrations"
|
||||||
import { automationsEnabled } from "src/features"
|
import { automationsEnabled } from "../features"
|
||||||
import { automationQueue } from "src/automations"
|
import { automationQueue } from "../automations"
|
||||||
|
|
||||||
export { shutdown } from "./routes/public"
|
export { shutdown } from "./routes/public"
|
||||||
const compress = require("koa-compress")
|
const compress = require("koa-compress")
|
||||||
|
|
Loading…
Reference in New Issue