mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
tyoe changes
This commit is contained in:
@@ -22,13 +22,9 @@ describe("mountDependencies", () => {
|
||||
short: "",
|
||||
long: "",
|
||||
},
|
||||
assets: {
|
||||
icon: "",
|
||||
instructions: "",
|
||||
license: "",
|
||||
},
|
||||
containers: {},
|
||||
volumes: { main: "data" },
|
||||
assets: [],
|
||||
images: [],
|
||||
volumes: ["main"],
|
||||
alerts: {
|
||||
install: null,
|
||||
update: null,
|
||||
@@ -55,15 +51,9 @@ describe("mountDependencies", () => {
|
||||
short: "",
|
||||
long: "",
|
||||
},
|
||||
assets: {
|
||||
icon: "",
|
||||
instructions: "",
|
||||
license: "",
|
||||
},
|
||||
containers: {},
|
||||
volumes: {
|
||||
main2: "data",
|
||||
},
|
||||
assets: [],
|
||||
images: [],
|
||||
volumes: ["main2"],
|
||||
alerts: {
|
||||
install: null,
|
||||
update: null,
|
||||
|
||||
@@ -20,13 +20,10 @@ export const sdk = StartSdk.of()
|
||||
short: "",
|
||||
long: "",
|
||||
},
|
||||
assets: {
|
||||
icon: "",
|
||||
instructions: "",
|
||||
license: "",
|
||||
},
|
||||
containers: {},
|
||||
volumes: {},
|
||||
images: [],
|
||||
volumes: [],
|
||||
assets: [],
|
||||
alerts: {
|
||||
install: null,
|
||||
update: null,
|
||||
|
||||
Reference in New Issue
Block a user