diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:30:39 +0100 |
| commit | cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 (patch) | |
| tree | b6bd9f6f94eda70ba99360524987de677893f5f7 /Trunk.toml | |
| parent | feat(treewide): Commit MVP (diff) | |
| download | web-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.toml | 7 |
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"] |
