add dev command to repository root
This commit is contained in:
parent
bb76c24017
commit
6388e3127d
5 changed files with 186 additions and 2 deletions
8
package.json
Normal file
8
package.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently -n .net,node,rate -c magenta,yellow,blue -i 'cd Foxnouns.Backend && dotnet watch --no-hot-reload' 'cd Foxnouns.Frontend && yarn dev' 'cd rate && go run -v .'"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue