@echo off REM Video Concat - run in development (hot-reload UI + Rust). REM Requires: Node, Rust (cargo), ffmpeg on PATH. setlocal set "PATH=%USERPROFILE%\.cargo\bin;%PATH%" cd /d "%~dp0" if not exist "node_modules" ( echo Installing npm dependencies... call npm install ) echo Starting Video Concat (dev)... call npm run tauri dev