chore: log about context loading

This commit is contained in:
Aarnav Tale
2024-05-30 10:28:37 -04:00
parent dbd9d39da9
commit 868d85bbeb
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -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>