From 61d291649bdfcfe9c99371b1a0d562d21bdb4395 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Thu, 26 Oct 2023 09:24:32 -0700 Subject: [PATCH] chapter 6 --- dashboard/starter-example/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/starter-example/package.json b/dashboard/starter-example/package.json index d1223b8..0b7c12b 100644 --- a/dashboard/starter-example/package.json +++ b/dashboard/starter-example/package.json @@ -3,7 +3,6 @@ "scripts": { "build": "next build", "dev": "next dev", - "seed": "node -r dotenv/config ./scripts/seed.js", "start": "next start" }, "dependencies": {