7 lines
134 B
YAML
7 lines
134 B
YAML
procs:
|
|
nvim:
|
|
shell: "nvim ."
|
|
vite:
|
|
shell: "npx vite"
|
|
test-server:
|
|
shell: "npx nodemon ./test-server/http.js"
|