feat: reimplement websocket to use hono
This commit is contained in:
parent
c066b3064d
commit
9a1051b9af
13 changed files with 337 additions and 351 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import log from '~/utils/log';
|
||||
import { hp_getConfig } from '~server/context/global';
|
||||
import { HeadplaneConfig } from '~server/context/parser';
|
||||
import log from '~server/utils/log';
|
||||
import type { HeadplaneConfig } from '~server/context/parser';
|
||||
import { Integration } from './abstract';
|
||||
// import dockerIntegration from './docker';
|
||||
// import kubernetesIntegration from './kubernetes';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue