Skip to content

Commit a14fb23

Browse files
Merge pull request #294467 from craigshoemaker/patch-3
[Static Web Apps] Update: static-web-apps-database-connection-client-code.md -> remove folder from start command
2 parents e2c7f5c + 22fbac1 commit a14fb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/static-web-apps-database-connection-client-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now you can run your website and manipulate data in the database directly.
3535
1. Start the static web app with the database configuration.
3636

3737
```bash
38-
swa start ./src --data-api-location swa-db-connections
38+
swa start --data-api-location swa-db-connections
3939
```
4040

4141
Now that the CLI is started, you can access your database via the endpoints as defined in the *staticwebapp.database.config.json* file.

0 commit comments

Comments
 (0)