Initial template commit
This commit is contained in:
25
frontend/Trunk.toml
Normal file
25
frontend/Trunk.toml
Normal 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"
|
||||
Reference in New Issue
Block a user