1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/debug/bootstrap.js
Juan Picado @jotadeveloper 54da8327ab
chore: add debug bootstrap entry point
for debugging and profiling
2018-05-26 22:41:18 +02:00

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');