Bogfix: update server module stripping function.
This commit is contained in:
@@ -71,12 +71,6 @@ The goal is a framework that is:
|
||||
|
||||
Configure the `@moduletrace` scope to point at the registry — pick one:
|
||||
|
||||
**`.npmrc`** (works with npm, bun, and most tools):
|
||||
|
||||
```ini
|
||||
@moduletrace:registry=https://git.tben.me/api/packages/moduletrace/npm/
|
||||
```
|
||||
|
||||
**`bunfig.toml`** (Bun-native):
|
||||
|
||||
```toml
|
||||
@@ -84,6 +78,12 @@ Configure the `@moduletrace` scope to point at the registry — pick one:
|
||||
"@moduletrace" = { registry = "https://git.tben.me/api/packages/moduletrace/npm/" }
|
||||
```
|
||||
|
||||
**`.npmrc`** (works with npm, bun, and most tools):
|
||||
|
||||
```ini
|
||||
@moduletrace:registry=https://git.tben.me/api/packages/moduletrace/npm/
|
||||
```
|
||||
|
||||
Then install:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user