Skip to content

Commit

Permalink
Switch web and dashboard to turbopack (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern authored Oct 9, 2024
1 parent b5e39d6 commit da33d3b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 81 deletions.
5 changes: 4 additions & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"dev": "next dev -p 3002 --turbo",
"build": "next build",
"start": "next start",
"lint": "biome check . --write",
Expand All @@ -18,6 +18,8 @@
"@dotkomonline/types": "workspace:*",
"@dotkomonline/ui": "workspace:*",
"@dotkomonline/utils": "workspace:*",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-presigned-post": "^3.665.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@iconify/react": "^4.1.1",
Expand All @@ -43,6 +45,7 @@
"react-hook-form": "^7.48.2",
"react-zxing": "^2.0.0",
"superjson": "^2.0.0",
"pg": "^8.11.3",
"zod": "^3.22.4"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build:prod": "next build",
"start": "next start",
"storybook": "start-storybook -p 6007",
Expand All @@ -23,6 +23,8 @@
"@dotkomonline/types": "workspace:*",
"@dotkomonline/ui": "workspace:*",
"@dotkomonline/utils": "workspace:*",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-presigned-post": "^3.665.0",
"@fadi-ui/react-country-flag": "^1.0.7",
"@next/env": "^14.2.14",
"@portabletext/react": "^3.0.11",
Expand Down
124 changes: 45 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da33d3b

Please sign in to comment.