1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: restore removed import

This commit is contained in:
Juan Picado 2023-03-03 21:55:38 +01:00
parent 8d584dddd0
commit dd4726d82b

@ -10,7 +10,7 @@ export {
SUPPORT_ERRORS,
APP_ERROR,
} from '@verdaccio/core';
export { PACKAGE_ACCESS } from '@verdaccio/utils';
export { ROLES, PACKAGE_ACCESS } from '@verdaccio/utils';
export const DEFAULT_PORT = '4873';
export const DEFAULT_PROTOCOL = 'http';