Files
PinePods-nix/PinePods-0.8.2/web/Trunk.toml
2026-03-03 10:57:43 -05:00

17 lines
258 B
TOML

[build]
target = "index.html"
dist = "dist"
release = true
# [watch]
# ignore = ["dist/**"]
# [serve]
# Add any serve-specific configurations here if needed
[clean]
dist = "dist"
# Specify the required Trunk version if needed
# trunk-version = "^0.19.0"