mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -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
|
jestEnvironment.js
|
||||||
jest.e2e.config.js
|
jest.e2e.config.js
|
||||||
jest.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…
Add table
Reference in a new issue