Initial template commit

This commit is contained in:
2025-03-07 17:16:08 +02:00
commit 11f391964b
68 changed files with 1632 additions and 0 deletions

25
frontend/Trunk.toml Normal file
View File

@@ -0,0 +1,25 @@
[build]
release = false
dist = "./dist"
filehash = true
target = "./index.html"
[watch]
watch = ["./src", "./index.html", "./assets"]
ignore = ["../target", "./dist", "../src-tauri"]
[serve]
addresses = ["127.0.0.1"]
port = 42069
open = false
no_autoreload = false
ws_protocol = "ws"
[clean]
dist = "./dist"
cargo = false
[tools]
wasm_bindgen = "0.2.99"
wasm_opt = "version_118"
tailwindcss = "3.4.10"