Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-20 22:00:14 -06:00
committed by GitHub
parent 70e0439485
commit 25965277cc

View File

@@ -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"