зеркало из
1
0
Форкнуть 0

Merge pull request #883 from codingoutloud/main

Fix swa.md typo
This commit is contained in:
Timothy Wang 2024-08-19 09:51:59 -04:00 коммит произвёл GitHub
Родитель 79383841e8 ae8062d121
Коммит b298821949
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ This is the commandline utility for streamlining local development for Azure Sta
- start emulator or bind to dev server
- deploy project to Azure Static Web Apps
If you don't enter any command and run `swa`, it will act as a macro command shorcut for `swa init`, `swa build`, `swa login` and `swa deploy`. The `swa init` command will only be executed if the `swa-cli.config.json` does not exist in the current folder.
If you don't enter any command and run `swa`, it will act as a macro command shortcut for `swa init`, `swa build`, `swa login` and `swa deploy`. The `swa init` command will only be executed if the `swa-cli.config.json` does not exist in the current folder.
The best way to get started is to use the `swa` command and follow the interactive prompts.