mirror of
https://github.com/tale/headplane.git
synced 2026-09-04 19:25:43 +00:00
chore: log about context loading
This commit is contained in:
@@ -2,6 +2,7 @@ import docker from './docker'
|
||||
import proc from './proc'
|
||||
|
||||
export interface Integration {
|
||||
name: string
|
||||
preflight: () => Promise<boolean>
|
||||
sighup?: () => Promise<void>
|
||||
restart?: () => Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user