Chapter 14 - Improve validation

This commit is contained in:
2024-01-04 08:00:38 +01:00
parent 1c23830272
commit 69f0e86915
3 changed files with 52 additions and 15 deletions

View File

@@ -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",