From 945d5b918e5aa55fb8f1131abcc9d38842744653 Mon Sep 17 00:00:00 2001 From: Max Wilson Date: Sat, 28 Jan 2023 12:04:04 -0800 Subject: [PATCH] Workaround for wait-on issue: https://github.com/jeffbski/wait-on/issues/109 --- startAll.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startAll.cmd b/startAll.cmd index 3e5b57a..02e631c 100644 --- a/startAll.cmd +++ b/startAll.cmd @@ -1,5 +1,5 @@ pushd api && start func start --csharp popd start npm start -start swa start http://localhost:3000 --api-location http://localhost:7071 +start swa start http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 start http://localhost:4280/ \ No newline at end of file