1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Fix broken imports.

This commit is contained in:
Sam Rose 2023-12-13 11:10:58 +00:00
parent ff04d0516a
commit dbaa2699ca
No known key found for this signature in database

View file

@ -5,8 +5,8 @@ import zlib from "zlib"
import { mainRoutes, staticRoutes, publicRoutes } from "./routes"
import { middleware as pro } from "@budibase/pro"
import migrations from "../middleware/appMigrations"
import { automationsEnabled } from "src/features"
import { automationQueue } from "src/automations"
import { automationsEnabled } from "../features"
import { automationQueue } from "../automations"
export { shutdown } from "./routes/public"
const compress = require("koa-compress")