wip: handle vite tooling manually

This commit is contained in:
Alexander Navarro 2025-04-25 16:53:44 -04:00
parent 9c1a8f030c
commit e8f111c2ff
11 changed files with 134 additions and 71 deletions

View file

@ -1,10 +1,11 @@
[package]
name = "compendium"
version = "0.1.0"
edition = "2021"
edition = "2024"
[features]
bundled = []
embed = ["vite"]
vite = []
[dependencies]
axum = { version = "0.8.1", features = ["macros"] }