fix(public): ts issue

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-06-18 14:50:30 +02:00
parent 5c6d71f176
commit bbe0192a19
2 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,8 @@
"build": "pnpm with-env next build",
"start": "next start",
"postinstall": "fumadocs-mdx",
"with-env": "dotenv -e ../../.env -c --"
"with-env": "dotenv -e ../../.env -c --",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hyperdx/node-opentelemetry": "^0.8.1",