react/package.json
2025-07-04 13:27:03 +00:00

7 lines
98 B
JSON

{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
}
}