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": {