14 lines
291 B
TOML
14 lines
291 B
TOML
[build]
|
|
public_url = "/static/"
|
|
|
|
[[hooks]]
|
|
stage = "pre_build"
|
|
command = "pnpm"
|
|
command_arguments = ["tailwindcss", "-i", "style/index.css", "-o", "$TRUNK_SOURCE_DIR/index.css"]
|
|
|
|
[[hooks]]
|
|
stage = "post_build"
|
|
command = "sh"
|
|
command_arguments = ["-c", "rm -fv $TRUNK_SOURCE_DIR/index.css"]
|
|
|