mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 10:54:49 +00:00
6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
// @ts-expect-error internal property for tracking start time
|
|
process._startTime = Date.now()
|
|
|
|
// @ts-expect-error `default` property is not declared
|
|
import('./cli').then(r => (r.default || r).main())
|