Switch to esbuild & NodeJS 18

- Replace Axios with `fetch` api
- Update dependencies

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-10 14:50:21 +02:00
parent ea631beeef
commit d3ca12fa35
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
16 changed files with 4517 additions and 7986 deletions

View file

@ -16,6 +16,13 @@
>
{{ end }}
<link
crossorigin="anonymous"
href="app.css"
integrity="{{ assetSRI `app.css` }}"
rel="stylesheet"
>
<link
crossorigin="anonymous"
href="css/all.min.css"