added offers by crypto id

This commit is contained in:
Kevsl 2024-06-19 15:20:24 +02:00
parent 124502a820
commit 03e83e5392

View File

@ -14,7 +14,7 @@
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:prod": "node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",