Skip to content

Commit 7c251cd

Browse files
fix
1 parent ffa0355 commit 7c251cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"env-setup": "node scripts/env-cli.js",
2525
"check-tauri-versions": "node scripts/check-tauri-plugin-versions.js",
2626
"clean": "find . -name node_modules -o -name .next -o -name .output -o -name .turbo -o -name dist -type d -prune | xargs rm -rf",
27-
"lgtm-otel": "docker run -p 9058:3000 -p 4317:4317 -p 4318:4318 --rm -it docker.io/grafana/otel-lgtm"
27+
"lgtm-otel": "docker run -p 3010:3000 -p 4317:4317 -p 4318:4318 --rm -it docker.io/grafana/otel-lgtm"
2828
},
2929
"devDependencies": {
3030
"@biomejs/biome": "2.2.0",

0 commit comments

Comments
 (0)