Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found
This commit is contained in:
parent
3b99d0a020
commit
e19d17c325
5 changed files with 119 additions and 2 deletions
7
mprocs.yaml
Normal file
7
mprocs.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
procs:
|
||||
nvim:
|
||||
shell: "nvim ."
|
||||
vite:
|
||||
shell: "npx vite"
|
||||
test-server:
|
||||
shell: "npx nodemon ./test-server/http.js"
|
Loading…
Add table
Add a link
Reference in a new issue