Files
Microsoft-Rewards-Script/run.sh
Simon Gardling ad2e0b8bb3 Update Playwright + Use Nix (#311)
* use nix for execution

* update setup instructions

* headless

* headless via xvfb-run
2025-08-22 00:43:17 +02:00

4 lines
76 B
Bash
Executable File

#!/usr/bin/env bash
nix develop --command bash -c "xvfb-run npm run start"