Skip to content

Commit

Permalink
Get the API working in StackBlitz
Browse files Browse the repository at this point in the history
This adds the configuration needed to get the API working in StackBlitz, starting with the exercises on the “Making HTTP Requests” page.
  • Loading branch information
chasenlehara committed Feb 20, 2024
1 parent 00ed7b9 commit ead0827
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"startCommand": "npx concurrently -k \"npm:api\" \"npm:dev\""
"startCommand": "concurrently -k \"npm:api\" \"npm:dev\""
}
Loading

0 comments on commit ead0827

Please sign in to comment.