Skip to content

Commit c08eab4

Browse files
committed
build: disable minification in trunk config
The minification setting is disabled to make debugging easier during development
1 parent 40e97c2 commit c08eab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trunk.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ target = "./docs/index.html"
33
public_url = "/"
44
release = true
55
manifest-path = "./docs/Cargo.toml"
6+
minify = "never"
67

78
[watch]
89
watch = ["./docs/src", "./docs/static"]

0 commit comments

Comments
 (0)