diff options
Diffstat (limited to 'client/simple/src/js/index.ts')
| -rw-r--r-- | client/simple/src/js/index.ts | 4 |
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 }); |