aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/import_map.json
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-04-01 17:54:07 -0400
committerXe Iaso <me@xeiaso.net>2023-04-01 17:54:07 -0400
commit06070a820f5a92c2671242b044cec5f6b3dacff5 (patch)
tree257be786bee080c0eb76941df827680eec9912f0 /src/frontend/import_map.json
parentc78d291679a0b054e20ad35784dd5a8f9238f0a9 (diff)
downloadxesite-06070a820f5a92c2671242b044cec5f6b3dacff5.tar.xz
xesite-06070a820f5a92c2671242b044cec5f6b3dacff5.zip
build javascript files with esbuild
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'src/frontend/import_map.json')
-rw-r--r--src/frontend/import_map.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/frontend/import_map.json b/src/frontend/import_map.json
index 9e87d14..5794405 100644
--- a/src/frontend/import_map.json
+++ b/src/frontend/import_map.json
@@ -1,8 +1,15 @@
{
"imports": {
+ "@bjorn3/browser_wasi_shim": "https://esm.sh/v113/@bjorn3/browser_wasi_shim@0.2.7/es2022/browser_wasi_shim.mjs",
+ "@xterm": "https://esm.sh/v113/xterm@5.1.0/es2022/xterm.mjs",
+ "@xterm/addon-fit": "https://esm.sh/v113/xterm-addon-fit@0.7.0/es2022/xterm-addon-fit.mjs",
+
+ "@esbuild": "https://deno.land/x/esbuild@v0.17.13/mod.js",
+ "@esbuild/deno": "https://deno.land/x/esbuild_deno_loader@0.6.0/mod.ts",
+
"xeact": "https://xena.greedo.xeserv.us/pkg/xeact/v0.69.71/xeact.ts",
"xeact/jsx-runtime": "https://xena.greedo.xeserv.us/pkg/xeact/v0.69.71/jsx-runtime.js",
- "/": "./",
+ "@/": "./",
"./": "./"
}
}