Skip to content

Commit

Permalink
feat: add otel and +mdx to format command
Browse files Browse the repository at this point in the history
  • Loading branch information
mbifulco committed Dec 12, 2024
1 parent 9e90a82 commit aea5eb4
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 17 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "next build",
"dev": "NODE_OPTIONS='--inspect' next dev --turbopack",
"email": "email dev --dir ./src/utils/email/templates",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "next start",
"test": "pnpm exec playwright test",
"lint": "pnpm eslint .",
Expand All @@ -28,6 +28,9 @@
"@next/bundle-analyzer": "15.1.0",
"@next/mdx": "15.1.0",
"@number-flow/react": "^0.4.2",
"@opentelemetry/api-logs": "^0.56.0",
"@opentelemetry/instrumentation": "^0.56.0",
"@opentelemetry/sdk-logs": "^0.56.0",
"@react-email/components": "^0.0.31",
"@react-email/render": "^1.0.3",
"@t3-oss/env-core": "^0.11.1",
Expand All @@ -40,6 +43,7 @@
"@trpc/server": "11.0.0-rc.660",
"@types/mdx": "^2.0.13",
"@types/semver": "^7.5.8",
"@vercel/otel": "^1.10.0",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
Expand Down
Loading

0 comments on commit aea5eb4

Please sign in to comment.