Files
rust-otus/smart-house-web/frontend/README.md

11 lines
276 B
Markdown

# Фронтэнд умного дома
Запуск сервера разработки (sh):
RUSTFLAGS="--cfg erase_components" trunk serve
Запуск сервера разработки (powershell):
$env:RUSTFLAGS = '--cfg erase_components'
trunk serve