From 4b0314c876af3a07ef02329313df2beb6b7a73fe Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Sat, 30 Nov 2024 22:49:41 +0700 Subject: [PATCH] update main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0936b46..fc4b034 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "entity", "version": "1.0.0", "description": "This kind of project was built to present entity table type ORM", - "main": "src/index.ts", + "main": "dist/src/index.js", "types": "src/index.ts", "scripts": { "dev": "nodemon",