From f0a6331a4e259373c0bc0ad99a8bc64c0168ac03 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Mon, 13 Oct 2025 08:08:17 -0900 Subject: [PATCH] add mobile devtools --- src/ajet/www/core.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index 4856fcb..42be991 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -10,6 +10,8 @@ (def index (str (h/html [:title "Ajet Dashboard"] + [:script "https://cdn.jsdelivr.net/npm/eruda"] + [:script "eruda.init()"] [:link {:rel "stylesheet", :href "/css/style.css"}] [:link {:rel "icon",