This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-16 10:54:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b602b66a8e
Nuxt
/
packages
/
nuxi
/
src
/
cli-run.ts
6 lines
112 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(nuxi): cli wrapper for self restart (#18641)
2023-03-03 13:45:38 +00:00
// @ts-ignore
process
.
_startTime
=
Date
.
now
(
)
refactor(nuxi): hard restart with communication channel (#19423)
2023-03-03 19:24:49 +00:00
feat(nuxi): cli wrapper for self restart (#18641)
2023-03-03 13:45:38 +00:00
// @ts-ignore
import
(
'./cli'
)
.
then
(
r
=
>
(
r
.
default
||
r
)
.
main
(
)
)
Reference in New Issue
Copy Permalink