cache busting

for faster load times, and seamless updates.
because for some reason ServeDir can't do it correctly, and it tells the client "yeah hey nothing changed" even if something changed
This commit is contained in:
りき萌 2024-09-04 21:48:42 +02:00
parent 9b190165ff
commit 5e6b84bed5
24 changed files with 580 additions and 203 deletions

View file

@ -4,7 +4,6 @@ use core::{
};
use alloc::vec::Vec;
use log::info;
use crate::{
ast::{Ast, NodeId, NodeKind},