aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/import_map.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/import_map.json')
-rw-r--r--src/frontend/import_map.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/frontend/import_map.json b/src/frontend/import_map.json
new file mode 100644
index 0000000..20cfc64
--- /dev/null
+++ b/src/frontend/import_map.json
@@ -0,0 +1,8 @@
+{
+ "imports": {
+ "xeact": "./xeact/xeact.ts",
+ "xeact/jsx-runtime": "./xeact/jsx-runtime.js",
+ "/": "./",
+ "./": "./"
+ }
+}