debug variable

This commit is contained in:
2023-08-03 23:43:38 +03:00
parent 957bdda3ab
commit 902890c966
2 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
import { routes } from './routes.js';
let DEBUG = true;
window.DEBUG = DEBUG;
/* main */
window.onload = function () {
let app = document.documentElement;