Files
firezone/rust/gui-client/dev.bat
Reactor Scram 4106419ef1 refactor: rename windows-client to gui-client (#3721)
This may cause conflicts with all my other PRs but it has to happen.

```[tasklist]
- [ ] Update test names in branch protection (I don't think I have perms for this)
```
2024-02-22 20:21:27 +00:00

15 lines
329 B
Batchfile
Executable File

@echo off
setlocal enabledelayedexpansion
REM Copy frontend dependencies
copy "node_modules\flowbite\dist\flowbite.min.js" "src\"
REM Compile TypeScript in watch mode
start tsc --watch
REM Compile CSS in watch mode
start call npx tailwindcss -i src\input.css -o src\output.css --watch
REM Start Tauri hot-reloading
tauri dev