chore: add nc-sql-executor to pnpm workspace

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-11-08 16:27:53 +03:00
parent 6c832d18f6
commit 1d9d1918a7
4 changed files with 635 additions and 269 deletions

View File

@@ -2,7 +2,7 @@
"name": "nc-sql-executor",
"version": "0.0.1",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"dev": "nodemon -e ts,js -w ./src -x \"ts-node src/index --log-error --project tsconfig.json\"",
"build": "tsc",