Debug mode switch

This commit is contained in:
Jason Tudisco 2022-02-09 00:15:46 -06:00
parent 4ebd6fbe29
commit 082736b09a

View File

@ -2,6 +2,7 @@ import App from './src/ui/app.riot'
import { component } from 'riot'
window.debugging = true;
setTimeout(()=>{
document.getElementById('main-loading').remove();