Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"description": "BlackRoad OS – Public API gateway service",
|
"description": "BlackRoad OS – Public API gateway service",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "ts-node src/index.ts",
|
"dev": "ts-node-dev src/index.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"test": "NODE_ENV=test jest"
|
"test": "NODE_ENV=test jest"
|
||||||
|
|||||||
Reference in New Issue
Block a user