Commit graph

6 commits

Author SHA1 Message Date
6029f44c67 Update most dependencies 2024-05-11 18:30:23 +02:00
8c7399725d Switch to ES2022
I looked through caniuse.com and it seemed like almost much all features
were supported by newer browsers. Curious to see whether this'll work
out or if everything will blow up at some point.
2023-10-22 01:50:19 +02:00
732c33d6f7 Fix VSCode config and dev instructions 2023-08-05 23:01:29 +02:00
ca463b023e Fix project not compiling without dev.db
After this fix, rust-analyzer used via vscode still requires a dev.db
file, but this can easily be generated via ./meta/update_sqlx_data.
2023-08-05 16:20:32 +02:00
8b5bfdd231 Use askama to render test template 2023-08-03 19:14:58 +02:00
658c523e9c Set up typescript project 2023-08-03 14:32:49 +02:00