0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05: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

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