mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: Add in more options in the adding of a daemon
This commit is contained in:
@@ -13,10 +13,7 @@ type Daemon<
|
||||
command: ValidIfNoStupidEscape<Command> | [string, ...string[]]
|
||||
|
||||
ready: {
|
||||
display: null | {
|
||||
name: string
|
||||
message: string
|
||||
}
|
||||
display: string | null
|
||||
fn: () => Promise<CheckResult> | CheckResult
|
||||
trigger?: Trigger
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user