Skip to content

Commit

Permalink
move proxy scripts to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Nakic committed Aug 17, 2023
1 parent e76de4b commit 1bd9594
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnagramSolver/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"prestart": "node ./.proxy/aspnetcore-https && node ./.proxy/aspnetcore-react",
"start": "rimraf ./build && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand Down

0 comments on commit 1bd9594

Please sign in to comment.