Working state snapshot with debug settings and pending changes
Fix manifest helper delegator missing return statements 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
.env.dist
11
.env.dist
@@ -5,6 +5,7 @@ APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
# RSX Application Mode: development, debug, or production
|
||||
RSX_MODE=development
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
LOG_DEPRECATIONS_CHANNEL=null
|
||||
@@ -40,10 +41,15 @@ MAIL_FROM_NAME="${APP_NAME}"
|
||||
|
||||
# Debug Settings
|
||||
# SHOW_CONSOLE_DEBUG_CLI: Enable console_debug() output in CLI mode
|
||||
SHOW_CONSOLE_DEBUG_CLI=false
|
||||
SHOW_CONSOLE_DEBUG_CLI=true
|
||||
|
||||
# SHOW_CONSOLE_DEBUG_HTTP: Enable console_debug() output in HTTP mode (browser console)
|
||||
SHOW_CONSOLE_DEBUG_HTTP=false
|
||||
SHOW_CONSOLE_DEBUG_HTTP=true
|
||||
|
||||
# Console Debug Configuration
|
||||
CONSOLE_DEBUG_ENABLED=false
|
||||
CONSOLE_DEBUG_FILTER_MODE=all
|
||||
CONSOLE_DEBUG_BENCHMARK=true
|
||||
|
||||
# FORCE_REBUILD_EVERY_REQUEST: Clear build cache on each request (development only)
|
||||
|
||||
@@ -56,4 +62,3 @@ GATEKEEPER_SUBTITLE="This is a restricted development preview site. Please enter
|
||||
SSR_FPC_ENABLED=true
|
||||
LOG_BROWSER_ERRORS=false
|
||||
AJAX_DISABLE_BATCHING=false
|
||||
RSX_MODE=development
|
||||
|
||||
Reference in New Issue
Block a user