We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6948bb commit 7796adeCopy full SHA for 7796ade
1 file changed
packages/vite/src/node/shortcuts.ts
@@ -78,6 +78,7 @@ export function bindCLIShortcuts<Server extends ViteDevServer | PreviewServer>(
78
const onInput = async (input: string) => {
79
if (actionRunning) return
80
81
+ input = input.trim().toLocaleLowerCase()
82
if (input === 'h') {
83
const loggedKeys = new Set<string>()
84
server.config.logger.info('\n Shortcuts')
0 commit comments