smart-house-web: leptos эсперименты

This commit is contained in:
4 changed files with 14 additions and 1 deletions

View File

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