chore: remove debug configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user