summary refs log tree commit diff stats
path: root/Trunk.toml
blob: fc54ece0d99b20c9166bb711a7e7819a7a71e51c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[hooks]]
stage = "pre_build"
command = "tailwindcss"
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"]
port = 3000
open = false