summaryrefslogtreecommitdiff
path: root/client/simple/src/js/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/js/index.ts')
-rw-r--r--client/simple/src/js/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/simple/src/js/index.ts b/client/simple/src/js/index.ts
new file mode 100644
index 000000000..7a9802f4f
--- /dev/null
+++ b/client/simple/src/js/index.ts
@@ -0,0 +1,4 @@
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
+// core
+void import.meta.glob(["./*.ts", "./util/**/.ts"], { eager: true });