add small frontend stack w/ tailwind & askama

This commit is contained in:
2025-09-03 02:24:05 +02:00
parent 437a7fcdf9
commit 1b2e327088
12 changed files with 236 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ use tokio::net::TcpListener;
mod discordbot;
mod router;
mod setup;
mod website;
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {