diff options
-rw-r--r-- | src/main/resources/META-INF/resources/admin/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/resources/admin/index.html b/src/main/resources/META-INF/resources/admin/index.html index 0464f63..6e91fd4 100644 --- a/src/main/resources/META-INF/resources/admin/index.html +++ b/src/main/resources/META-INF/resources/admin/index.html @@ -10,6 +10,8 @@ <script type="importmap-shim"> { "imports": { + "loose-envify": "/node_modules/loose-envify/loose-envify.js", + "js-tokens": "/node_modules/js-tokens/index.js", "symbol-observable": "/node_modules/symbol-observable/es/index.js", "redux": "/node_modules/redux/es/redux.mjs", "lit-html": "/node_modules/lit-html/lit-html.js" |