From 26ef17d5f467ad0b5300874d93f8bc07883a9e7d Mon Sep 17 00:00:00 2001 From: annarhughes Date: Tue, 24 Oct 2023 22:07:31 +0100 Subject: [PATCH] undo --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e18372f..6dfb557 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "productName": "YSM", "author": "Chayn", "private": true, - "type": "module", "scripts": { "dev": "next dev", "dev:url": "BASE_URL=\"http://localhost:3001\" API_URL=\"http://localhost:3000\" next dev -p 3001",