mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
10 lines
191 B
TypeScript
10 lines
191 B
TypeScript
|
export const DIST_TAGS = 'dist-tags';
|
||
|
|
||
|
export const HEADERS = {
|
||
|
JSON: 'application/json',
|
||
|
};
|
||
|
|
||
|
export const API_ERROR = {
|
||
|
BAD_USERNAME_PASSWORD: 'bad username/password, access denied',
|
||
|
};
|