Added port option in config.json

This commit is contained in:
Adrian Victor 2024-11-16 15:32:56 -03:00
commit 7455199177
3 changed files with 9 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"version": "1.0.0",
"private": false,
"scripts": {
"start": "ts-node main.ts",
"start": "ts-node zephyrus.ts",
"build" : "npx tsc"
},
"devDependencies": {