This commit is contained in:
MarcEricMartel
2022-11-01 12:54:52 -07:00
parent f66047efd3
commit f38f4bf44a
4 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"startsrv": "cd ../GrossesMitainesAPI/ & dotnet run"
"startsrv": "react-scripts start & cd ../GrossesMitainesAPI/ & dotnet run"
},
"eslintConfig": {
"extends": [