1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00
verdaccio/scripts/run-verdaccio.js
2021-04-09 17:54:12 +02:00

9 lines
230 B
JavaScript

#!/usr/bin/env node
// this file aims to help local debugging with hot transpilation
// it requires BABEL_ENV=registry set as env variable
require('@babel/register')({
extensions: ['.ts', '.js'],
});
require('../src/lib/cli');