Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aebae1e

Browse files
committed
chore: Update package.json and add pnpm-lock.yaml for improved development setup
- Modified the dev script in package.json to use turbopack for enhanced performance. - Added pnpm-lock.yaml to manage dependencies and ensure consistent installations.
1 parent 72d2b44 commit aebae1e

File tree

2 files changed

+5206
-1
lines changed

2 files changed

+5206
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packageManager": "[email protected]",
1010
"scripts": {
1111
"preinstall": "npx only-allow pnpm",
12-
"dev": "next dev",
12+
"dev": "next dev --turbopack",
1313
"build": "next build",
1414
"start": "next start",
1515
"lint": "next lint"

0 commit comments

Comments
 (0)