Files
NebulaBrowser/start-gpu.sh
T
2025-12-30 19:48:04 +13:00

5 lines
130 B
Bash
Executable File

#!/bin/bash
# Start Nebula Browser with GPU acceleration enabled on Linux
cd "$(dirname "$0")"
NEBULA_GPU_ALLOW_LINUX=1 npm start