mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
54da8327ab
for debugging and profiling
5 lines
175 B
JavaScript
5 lines
175 B
JavaScript
// this file aims to help local debugging with hot transpilation
|
|
// it requires BABEL_ENV=registry set as env variable
|
|
require('babel-register')();
|
|
require('../src/lib/cli');
|