Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ action
Function
action
packages/vite/src/node/shortcuts.ts:132–134 ·
view source on GitHub ↗
(server)
Source
from the content-addressed store, hash-verified
130
key:
'r'
,
131
description:
'restart the server'
,
132
async
action(server) {
133
await
restartServerWithUrls(server)
134
},
135
},
136
{
137
key:
'u'
,
Callers
nothing calls this directly
Calls
8
restartServerWithUrls
Function · 0.90
openBrowser
Function · 0.90
openBrowser
Method · 0.80
info
Method · 0.65
printUrls
Method · 0.65
clearScreen
Method · 0.65
close
Method · 0.65
warn
Method · 0.65
Tested by
no test coverage detected