From 7a7021b875eade9c3626ab26490d588acce8e61b Mon Sep 17 00:00:00 2001 From: "Robert L. Read" Date: Thu, 30 May 2024 21:20:31 -0500 Subject: [PATCH] trying to rely on procfile --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a662e4a..361a215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "scripts": { "heroku-prebuild": "cd packages/front-end && npm install && npm run build", - "start": "cd packages/front-end && npm run dev" } }