Skip to content

Commit e0bca6d

Browse files
rmunateCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent bbbabf2 commit e0bca6d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"node": ">=24"
77
},
88
"scripts": {
9+
"dev": "next dev",
910
"build": "next build",
10-
"start": "npx serve dist",
11-
"lint": "eslint"
12-
},
11+
"start": "npx serve out",
12+
"lint": "eslint ."
13+
}
1314
"dependencies": {
1415
"next": "16.2.10",
1516
"react": "19.2.4",

0 commit comments

Comments
 (0)