0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/packages/server/src/env.ts

9 lines
183 B
TypeScript
Raw Normal View History

2020-03-03 23:59:19 +01:00
// const path = require('path');
//
// const APP_ROOT = path.resolve(__dirname, '../../');
//
// module.exports = {
// APP_ROOT,
// SRC_ROOT: path.resolve(APP_ROOT, 'src/')
// };