mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: add in the action meta metadata
This commit is contained in:
@@ -63,7 +63,6 @@ export interface SDKManifest {
|
||||
containers: Record<string, Container>
|
||||
/** This denotes any data, asset, or pointer volumes that should be connected when the "docker run" command is invoked */
|
||||
volumes: Record<string, "data" | "assets">
|
||||
actions: Array<ActionMetaData>
|
||||
alerts: {
|
||||
install: string | null
|
||||
update: string | null
|
||||
|
||||
Reference in New Issue
Block a user