summary refs log tree commit diff stats
path: root/stalwart/Trunk.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-26 20:15:48 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-26 20:15:48 +0200
commitfd832ce7a3660bd81b5476477ecdc2bc822df5c2 (patch)
tree245ebcd20b3def57f46e7d28b3f4e551644a1afc /stalwart/Trunk.toml
parentchore: Initial Commit (diff)
downloadweb-client-fd832ce7a3660bd81b5476477ecdc2bc822df5c2.zip
chore: Second version
Diffstat (limited to 'stalwart/Trunk.toml')
-rw-r--r--stalwart/Trunk.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/stalwart/Trunk.toml b/stalwart/Trunk.toml
new file mode 100644
index 0000000..579d138
--- /dev/null
+++ b/stalwart/Trunk.toml
@@ -0,0 +1,4 @@
+[[hooks]]
+stage = "pre_build"
+command = "sh"
+command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]