mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 10:05:30 +00:00
refactor: rename microservice
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
12
packages/nc-sql-executor/package.json
Normal file
12
packages/nc-sql-executor/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "nc-sql-executor",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon -e ts,js -w ./src -x \"ts-node src/index --log-error --project tsconfig.json\"",
|
||||
"build": "tsc"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
Reference in New Issue
Block a user