chore: remove debug configuration

This commit is contained in:
Arvid Norlin
2024-07-01 11:03:25 +02:00
parent edc2216d83
commit 0657355f27
2 changed files with 0 additions and 7 deletions

View File

@@ -8,7 +8,6 @@
"build": "next build",
"predev": "rm -rf .next",
"dev": "PORT=3000 NEXT_PUBLIC_PORT=3000 next dev",
"dev:otel": "OTEL_LOG_LEVEL=debug && NEXT_OTEL_VERBOSE=1 && npm run dev",
"prelint": "rm -rf .next",
"lint": "next lint --max-warnings 0 && tsc",
"prelint:fix": "rm -rf .next",