UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

7 lines (6 loc) 207 B
// 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('./run-server');