You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Local dev launcher for this private Wave fork.
REM Sets up the portable toolchain (Go + Task + Zig) on PATH and runs `task dev`.
REM Double-click this file, or run it from a terminal. Leave the window open while developing.
setlocal
set "PATH=C:\Users\krzys\AppData\Local\Programs\go\bin;C:\Users\krzys\AppData\Local\Programs\task;C:\Users\krzys\AppData\Local\Programs\zig\zig-x86_64-windows-0.16.0;%PATH%"
cd /d "C:\Projekty\new Wave\waveterm"
echo Toolchain:
where go
where task
where zig
echo.
echo Starting Wave dev (electron-vite). Close this window to stop the app.