diff options
| author | Xe Iaso <me@christine.website> | 2022-12-09 00:15:58 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-12-09 00:15:58 -0500 |
| commit | e8d057aae475e4b2d1f078db0bf3d9f3b135f222 (patch) | |
| tree | d9e20f3f019da984e643fb65399bec0b950df085 /src/frontend/import_map.json | |
| parent | 3f0754ab6a7ae0810db3f0f0201a99c194cc5d06 (diff) | |
| download | xesite-e8d057aae475e4b2d1f078db0bf3d9f3b135f222.tar.xz xesite-e8d057aae475e4b2d1f078db0bf3d9f3b135f222.zip | |
use deno2nix to build the frontend, prepare wasi executor shitpost
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src/frontend/import_map.json')
| -rw-r--r-- | src/frontend/import_map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/import_map.json b/src/frontend/import_map.json index 20cfc64..9e87d14 100644 --- a/src/frontend/import_map.json +++ b/src/frontend/import_map.json @@ -1,7 +1,7 @@ { "imports": { - "xeact": "./xeact/xeact.ts", - "xeact/jsx-runtime": "./xeact/jsx-runtime.js", + "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", "/": "./", "./": "./" } |
