mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: add debug bootstrap entry point
for debugging and profiling
This commit is contained in:
parent
efd57f7aa1
commit
54da8327ab
2 changed files with 5 additions and 0 deletions
|
@ -26,4 +26,5 @@ wiki/
|
|||
jestEnvironment.js
|
||||
jest.e2e.config.js
|
||||
jest.config.js
|
||||
debug/
|
||||
|
||||
|
|
4
debug/bootstrap.js
vendored
Normal file
4
debug/bootstrap.js
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
// 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');
|
Loading…
Reference in a new issue