blob: 68c3bf0d8d6ef117c79231cc892c40a597281c77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[[hooks]]
stage = "pre_build"
command = "sh"
command_arguments = [
"-c",
"tailwindcss -i input.css -o public/tailwindcss-output.css",
]
[serve]
addresses = ["127.0.0.1"]
port = 3000
open = false
|