suppression console log + ajout script pour build

This commit is contained in:
Quentin Roussel
2023-03-22 09:56:48 +01:00
parent cf6c4861cb
commit db1acd820f
6 changed files with 11 additions and 16 deletions

View File

@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {