mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: add debug bootstrap entry point
for debugging and profiling
This commit is contained in:
parent
efd57f7aa1
commit
54da8327ab
@ -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 New Issue
Block a user