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 2314a30
Showing 1 changed file with 1 addition 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": "npx --yes concurrently -k \"npm:api\" \"npm:dev\""
}

0 comments on commit 2314a30

Please sign in to comment.