Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Sep 30, 2024
1 parent 83c92be commit a6dc155
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 @@ -4,10 +4,10 @@
"description": "",
"main": "next.config.js",
"scripts": {
"dev": "next dev -p 1110",
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start -p 1110",
"start": "next start",
"typecheck": "tsc --noEmit",
"export": "next build && next export",
"lint": "next lint",
Expand Down

0 comments on commit a6dc155

Please sign in to comment.