Vinny
Results
1
comments of
Vinny
yes, the url is hardcoded in `libpkgx` - `src/hooks/useOffLicense.ts` file. ```ts function url(stowage: Stowage) { return new URL(`https://dist.pkgx.dev/${key(stowage)}`) } ```