Chapter 14 - Improve validation
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"prettier": "prettier --write --ignore-unknown .",
|
||||
"prettier:check": "prettier --check --ignore-unknown .",
|
||||
"start": "next start",
|
||||
"seed": "node -r dotenv/config ./scripts/seed.js"
|
||||
"seed": "node -r dotenv/config ./scripts/seed.js",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.0.18",
|
||||
|
||||
Reference in New Issue
Block a user