Bogfix: update server module stripping function.

This commit is contained in:
2026-03-22 12:32:15 +01:00
parent c3e1341ff8
commit e2df3256f4
6 changed files with 157 additions and 78 deletions
+6 -6
View File
@@ -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