Skip to content

Commit f849b3b

Browse files
Apply suggestions from code review
Co-authored-by: Thomas Gauvin <[email protected]>
1 parent c3d7655 commit f849b3b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/static-web-apps/static-web-apps-cli.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,10 @@ directCommands:
177177
178178
To start your application with a [database connection](database-overview.md), use the `--data-api-location` parameter and point to the folder containing the *staticwebapp.database.config.json* file.
179179
180-
```azstatic-cli
181-
swa start ./src --data-api-location swa-db-connections
182-
```
180+
```azstatic-cli
181+
swa start ./src --data-api-location swa-db-connections
182+
```
183183
184-
syntax: >-
185-
swa start
186-
[--yes]
187184
examples:
188185
- summary: Start the application with defaults.
189186
syntax: swa start

0 commit comments

Comments
 (0)