mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): add local repl console
Based on the REPL from NestJS 9
This commit is contained in:
parent
99cc06bbbc
commit
0a9956e1ae
3 changed files with 41 additions and 1 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue