update entity

This commit is contained in:
2024-11-30 19:33:26 +07:00
parent 8a946bf62c
commit 7475fc4c95
12 changed files with 351 additions and 6 deletions

View File

@ -2,8 +2,8 @@
"name": "entity",
"version": "1.0.0",
"description": "This kind of project was built to present entity table type ORM",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"dev": "nodemon",
"build": "tsc"