diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:46:05 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-21 19:46:05 +0100 |
| commit | c0b29e4be7f0fff59934ef6e7c52dea2ee31e0b3 (patch) | |
| tree | fb778c16a1abb7f785f56decb773dfdb2f879ab4 /Trunk.toml | |
| parent | fix(public/manifest.json): Use correct json list (diff) | |
| download | web-client-prime.zip | |
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 a40dbb9..46f8435 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -11,7 +11,12 @@ [[hooks]] stage = "pre_build" command = "tailwindcss" -command_arguments = ["-i", "public/input.css", "-o", "dist/tailwindcss-output.css"] +command_arguments = [ + "-i", + "public/input.css", + "-o", + "dist/tailwindcss-output.css", +] [[hooks]] stage = "pre_build" |
