Skip to content

Commit

Permalink
fix: revert changes on package.json (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Apr 29, 2024
1 parent 88cefd9 commit 0e801de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Keep UI",
"main": "next.config.js",
"scripts": {
"dev": "./next_start.sh -p 3000",
"dev": "next dev -p 3000",
"build": "./next_build.sh",
"start": "next start",
"lint": "next lint"
Expand Down

0 comments on commit 0e801de

Please sign in to comment.