From e696e6779ae359114bbe4c9eb295207b48c07fde Mon Sep 17 00:00:00 2001 From: Valery Petrov Date: Wed, 3 Jun 2026 18:37:51 +0300 Subject: [PATCH] issues/27: sync branch from k3s-test --- index.html | 1 + public/env.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 public/env.js diff --git a/index.html b/index.html index 158c5cf..22ff2f9 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Admin panel +
diff --git a/public/env.js b/public/env.js new file mode 100644 index 0000000..c7a5eeb --- /dev/null +++ b/public/env.js @@ -0,0 +1,3 @@ +window.__ENV__ = window.__ENV__ || { + API_BASE_URL: 'http://localhost:8081', +};