mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 09:55:53 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
// @ts-ignore
|
|
process._startTime = Date.now()
|
|
|
|
// @ts-ignore
|
|
import('./cli').then(r => (r.default || r).main())
|