File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 "./cli-commands" : " ./dist/cli-commands.js" ,
2626 "./client/inject" : " ./dist/client/inject.js" ,
2727 "./client/webcomponents" : " ./dist/client/webcomponents.js" ,
28+ "./config" : " ./dist/config.js" ,
2829 "./dirs" : " ./dist/dirs.js" ,
2930 "./package.json" : " ./package.json"
3031 },
Original file line number Diff line number Diff line change 1- export * from './node/config'
21export { createDevToolsContext } from './node/context'
32export { DevTools } from './node/plugins'
43export { createDevToolsMiddleware } from './node/server'
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export default defineConfig({
2626 'dirs' : 'src/dirs.ts' ,
2727 'cli' : 'src/node/cli.ts' ,
2828 'cli-commands' : 'src/node/cli-commands.ts' ,
29+ 'config' : 'src/node/config.ts' ,
2930 'client/inject' : 'src/client/inject/index.ts' ,
3031 'client/webcomponents' : 'src/client/webcomponents/index.ts' ,
3132 } ,
Original file line number Diff line number Diff line change 22 createDevToolsContext : function
33 createDevToolsMiddleware : function
44 DevTools : function
5- normalizeDevToolsConfig : function
65./cli-commands :
76 build : function
87 start : function
8+ ./config :
9+ normalizeDevToolsConfig : function
910./dirs :
1011 dirClientStandalone : string
1112 dirDist : string
You can’t perform that action at this time.
0 commit comments