feat(api): add local repl console

Based on the REPL from NestJS 9
This commit is contained in:
Julian Tölle 2022-07-12 21:09:41 +02:00
parent 99cc06bbbc
commit 0a9956e1ae
3 changed files with 41 additions and 1 deletions

View file

@ -13,6 +13,7 @@
"format": "prettier --write \"src/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:console": "nest start --watch --entryFile console",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/ frontend/src/",