mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
4 lines
113 B
JavaScript
Executable File
4 lines
113 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
process._startTime = Date.now()
|
|
import('../dist/cli.mjs').then(r => (r.default || r).main())
|