14 lines
498 B
Plaintext
14 lines
498 B
Plaintext
# Debug Configuration
|
|
# Set DEBUG environment variable to control debug output
|
|
# Examples:
|
|
# DEBUG=msr:* # Enable all MSR debug output
|
|
# DEBUG=msr:player # Enable only player debug
|
|
# DEBUG=msr:store,msr:api # Enable store and API debug
|
|
# DEBUG=* # Enable all debug output (including libraries)
|
|
# DEBUG= # Disable all debug output
|
|
|
|
# Development (default: enable all msr:* debug)
|
|
VITE_DEBUG=msr:*
|
|
|
|
# Production (default: disabled)
|
|
# VITE_DEBUG= |