summary refs log tree commit diff stats
path: root/Trunk.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:30:39 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-21 19:30:39 +0100
commitcc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 (patch)
treeb6bd9f6f94eda70ba99360524987de677893f5f7 /Trunk.toml
parentfeat(treewide): Commit MVP (diff)
downloadweb-client-cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5.zip
build(treewide): Provide a working `manifest.json` file
The previous one had no really working images.
Diffstat (limited to 'Trunk.toml')
-rw-r--r--Trunk.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Trunk.toml b/Trunk.toml
index c16525c..fc54ece 100644
--- a/Trunk.toml
+++ b/Trunk.toml
@@ -1,7 +1,12 @@
 [[hooks]]
 stage = "pre_build"
 command = "tailwindcss"
-command_arguments = ["-i", "input.css", "-o", "public/tailwindcss-output.css"]
+command_arguments = ["-i", "public/input.css", "-o", "dist/tailwindcss-output.css"]
+
+[[hooks]]
+stage = "pre_build"
+command = "./scripts/generate_logo.sh"
+command_arguments = []
 
 [serve]
 addresses = ["127.0.0.1"]