seal.devcomp.xyz/Trunk.toml

13 lines
414 B
TOML
Raw Permalink Normal View History

2024-02-05 16:54:00 +00:00
#########################################################################
## None of this is required since trunk now natively supports tailwind ##
#########################################################################
# [build]
# target = "./public/index.html"
# dist = "dist"
# [[hooks]]
# stage = "pre_build"
# command = "sh"
# command_arguments = ["-c", "./scripts/prebuild.sh && ./scripts/build.sh"]