turbo_debug_mode
🔍 Enable Turbo Debug Logging
For debugging, set the debug
flag on Turbo. It prints detailed logs to the console.
Turbo.setProgressBarDelay(0); // show instantly
window.Turbo.engine.debug = true;
For debugging, set the debug
flag on Turbo. It prints detailed logs to the console.
Turbo.setProgressBarDelay(0); // show instantly
window.Turbo.engine.debug = true;