0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -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 23:36:23 +02:00
extensions: ['.ts', '.js'],
});
2020-03-03 23:59:19 +01:00
require('../packages/cli/src/index');