Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tesimune authored Aug 23, 2024
1 parent ee3c10e commit 78a7b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js",
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
Expand Down

0 comments on commit 78a7b6a

Please sign in to comment.