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

276 B

Фронтэнд умного дома

Запуск сервера разработки (sh):

RUSTFLAGS="--cfg erase_components" trunk serve

Запуск сервера разработки (powershell):

$env:RUSTFLAGS = '--cfg erase_components'
trunk serve