Merged PR 333: Add mprocs + nodemon + fix eslint tsconfig not found

This commit is contained in:
Eric Nguyen 2023-02-14 10:06:36 +00:00
parent 3b99d0a020
commit e19d17c325
5 changed files with 119 additions and 2 deletions

7
mprocs.yaml Normal file
View file

@ -0,0 +1,7 @@
procs:
nvim:
shell: "nvim ."
vite:
shell: "npx vite"
test-server:
shell: "npx nodemon ./test-server/http.js"