UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

14 lines (12 loc) 247 B
"use strict"; /** * @prettier * */ const path = require('path'); const APP_ROOT = path.resolve(__dirname, '../../'); module.exports = { APP_ROOT, SRC_ROOT: path.resolve(APP_ROOT, 'src/'), DIST_PATH: path.resolve(APP_ROOT, 'static/') };