mirror of
https://github.com/Luzifer/ots.git
synced 2025-07-21 21:58:53 -04:00
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:
parent
ea631beeef
commit
d3ca12fa35
16 changed files with 4517 additions and 7986 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue