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 Copy this file to `command.bat` (which is gitignored) and edit the
@REM PRINTER_IP value below to match your printer's LAN address.
@REM Double-click command.bat to start the service with debug logging teed to scan.log.
cd /d "%~dp0" && set PRINTER_IP=192.0.2.58&& set SCAN_DEST_NAME=Paperless&& set LOG_LEVEL=debug&& set OUTPUT_DIR=./test-output&& powershell -NoProfile -Command "[Console]::OutputEncoding=[System.Text.Encoding]::UTF8; $OutputEncoding=[System.Text.Encoding]::UTF8; npx tsx src/index.ts 2>&1 | Tee-Object -FilePath scan.log"