From cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:30:39 +0100 Subject: build(treewide): Provide a working `manifest.json` file The previous one had no really working images. --- Trunk.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Trunk.toml') 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"] -- cgit 1.4.1