Fixing issue with pro import.
This commit is contained in:
parent
2d225e11b9
commit
a9b406ea66
|
@ -18,7 +18,7 @@ import fileSystem from "./utilities/fileSystem"
|
|||
import eventEmitter from "./events"
|
||||
import * as migrations from "./migrations"
|
||||
import bullboard from "./automations/bullboard"
|
||||
import * as pro from "../../../../budibase-pro/packages/pro"
|
||||
import * as pro from "@budibase/pro"
|
||||
import api from "./api"
|
||||
import sdk from "./sdk"
|
||||
const pino = require("koa-pino-logger")
|
||||
|
|
|
@ -34,6 +34,8 @@ export interface AppBackupMetadata {
|
|||
name?: string
|
||||
createdBy?: string | User
|
||||
timestamp: string
|
||||
finishedAt?: string
|
||||
startedAt?: string
|
||||
contents?: AppBackupContents
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue