0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/debug/bootstrap.js

7 lines
167 B
JavaScript
Raw Normal View History

// this file aims to help local debugging with hot transpilation
require('@babel/register')({
2020-08-13 16:36:23 -05:00
extensions: ['.ts', '.js'],
});
2020-03-03 17:59:19 -05:00
require('../packages/cli/src/index');