Skip to content

Commit 373c030

Browse files
authored
Merge branch 'v4.0' into v4.0
2 parents d33dcc1 + 2e1f401 commit 373c030

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,5 @@ __blobstorage__/
271271
.env
272272
.env.v*
273273
global.json
274-
log.txt
274+
log.txt
275+
client/dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To run Azure Functions locally, for example to debug them, you also need a local
178178
Make sure Azurite is running and then start the Azure Static Web App emulator:
179179

180180
```sh
181-
swa start ./client --api--location ./api
181+
swa start ./client --api-location ./api
182182
```
183183

184184
and you'll be good to go.

0 commit comments

Comments
 (0)