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 42885cf commit 88f53ffCopy full SHA for 88f53ff
scripts/constants.mjs
@@ -90,7 +90,11 @@ const lazyRootPath = () =>
90
path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..')
91
92
const lazySocketRegistryPath = () =>
93
- path.join(constants.externalPath, '@socketsecurity/registry/dist')
+ path.join(
94
+ constants.externalPath,
95
+ constants.SOCKET_REGISTRY_PACKAGE_NAME,
96
+ 'dist',
97
+ )
98
99
const lazySrcPath = () => path.join(constants.rootPath, 'src')
100
0 commit comments