mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
00d1d2a179
* chore: relocate package server * chore: relocate server packages * Update ci.yml * rename packages * rename package * chore: refactor fastify endpoints * chore: fix types requests * fix warnings * chore: refactor endpoints * refactor launch fastify * Update package.json * chore: update deps * Create green-yaks-divide.md
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
// const path = require('path');
|
|
//
|
|
// const APP_ROOT = path.resolve(__dirname, '../../');
|
|
//
|
|
// module.exports = {
|
|
// APP_ROOT,
|
|
// SRC_ROOT: path.resolve(APP_ROOT, 'src/')
|
|
// };
|