mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 10:54:49 +00:00
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
|
// @ts-ignore
|
||
|
process._startTime = Date.now()
|
||
|
// @ts-ignore
|
||
|
import('./cli').then(r => (r.default || r).main())
|