/ Trunk.toml
Trunk.toml
1 [build] 2 target = "src/frontend/index.html" 3 dist = "dist/frontend" 4 5 [watch] 6 ignore = ["src/frontend/style/tw_output.css", "src/backend"] 7 8 [[hooks]] 9 stage = "pre_build" 10 command = "sh" 11 command_arguments = ["-c", "rollup -c && npx tailwindcss -i src/frontend/style/tw_input.css -o src/frontend/style/tw_output.css --minify"]