Skip to content

Commit

Permalink
Issue #PS-0000 fix: Updated command
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Nov 28, 2024
1 parent 22b848a commit d700646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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",
"dev": "export NEXT_PRIVATE_LOCAL_WEBPACK=true && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit d700646

Please sign in to comment.