From c64a7bd26fefb53aee53667cf33e2c72b7d07311 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 31 Oct 2021 22:03:04 +0100 Subject: build: use php dotenv instead of js to inject style.js in dev mode --- index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index d0b2f7c..35f317d 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env(); '; + } else { + echo ''; } ?> -- cgit v1.2.3