We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127ad59 commit 9f6bc48Copy full SHA for 9f6bc48
shared/utils/constants.ts
@@ -5,9 +5,7 @@ export const CACHE_MAX_AGE_ONE_DAY = 60 * 60 * 24
5
export const CACHE_MAX_AGE_ONE_YEAR = 60 * 60 * 24 * 365
6
7
// API Strings
8
-// // shared/utils/constants.ts
9
-export const NPMX_SITE: `${string}:${string}` = 'https://npmx.dev'
10
-// export const NPMX_SITE = 'https://npmx.dev'
+export const NPMX_SITE = 'https://npmx.dev'
11
export const NPM_REGISTRY = 'https://registry.npmjs.org'
12
export const ERROR_PACKAGE_ANALYSIS_FAILED = 'Failed to analyze package.'
13
export const ERROR_PACKAGE_VERSION_AND_FILE_FAILED = 'Version and file path are required.'
0 commit comments