File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ export function createInspectDevframe(options: InspectDevframeOptions = {}): Dev
6565 auth : options . auth ?? false ,
6666 } ,
6767 spa : { loader : 'none' } ,
68+ dock : {
69+ category : '~builtin' ,
70+ } ,
6871 setup ( ctx ) {
6972 setupInspect ( ctx )
7073 } ,
Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ export function createMessagesDevframe(options: MessagesDevframeOptions = {}): D
6363 // (Vite/hub) supply their own auth layer and ignore this.
6464 auth : options . auth ?? false ,
6565 } ,
66+ dock : {
67+ category : '~builtin' ,
68+ } ,
6669 spa : { loader : 'none' } ,
6770 setup ( ctx ) {
6871 setupMessages ( ctx )
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ export function createTerminalsDevframe(options: TerminalsOptions = {}): Devfram
6161 auth : false ,
6262 } ,
6363 spa : { loader : 'none' } ,
64+ dock : {
65+ category : '~builtin' ,
66+ } ,
6467 async setup ( ctx ) {
6568 const { setupTerminals } = await import ( './node/index' )
6669 await setupTerminals ( ctx , options )
You can’t perform that action at this time.
0 commit comments