up command

This commit is contained in:
Sasha 2023-11-23 16:47:45 +01:00
parent 285013d322
commit 597bf4ab3d
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -3,9 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next dev",
"lint": "next lint"
},
"dependencies": {