Merge branch 'add-starting-example-2' of https://github.com/vercel/next-learn into add-starting-example-2

This commit is contained in:
Delba de Oliveira
2023-10-26 09:35:46 -07:00
3 changed files with 3 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
"scripts": {
"build": "next build",
"dev": "next dev",
"seed": "node -r dotenv/config ./scripts/seed.js",
"start": "next start"
},
"dependencies": {