mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
|
// @flow
|
||
|
|
||
|
import {startVerdaccio} from './lib/bootstrap';
|
||
|
|
||
|
export default startVerdaccio;
|