chore: log about context loading
This commit is contained in:
parent
dbd9d39da9
commit
868d85bbeb
5 changed files with 17 additions and 3 deletions
|
|
@ -7,6 +7,9 @@ import { HeadscaleError, pull } from '~/utils/headscale'
|
|||
|
||||
import type { Integration } from '.'
|
||||
|
||||
// Integration name
|
||||
const name = 'Docker'
|
||||
|
||||
let url: URL | undefined
|
||||
let container: string | undefined
|
||||
|
||||
|
|
@ -121,4 +124,4 @@ async function restart() {
|
|||
}
|
||||
}
|
||||
|
||||
export default { preflight, sighup, restart } satisfies Integration
|
||||
export default { name, preflight, sighup, restart } satisfies Integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue