From a5ac6864530e036573c6eb4db38c237380a1612b Mon Sep 17 00:00:00 2001 From: agaesh Date: Sun, 12 Oct 2025 08:33:55 +0800 Subject: [PATCH] fix(package): add "type": "module" to enable ES module support --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 071a9f1..f9d5880 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "enroll", "version": "1.0.0", "description": "Student Management System", + "type": "module", "main": "index.js", "scripts": { "start": "node ./src/config/index.js",