feat: Initial release with MIPS support
This commit is contained in:
12
frontend/Trunk.toml
Normal file
12
frontend/Trunk.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[[proxy]]
|
||||
rewrite = "/api/"
|
||||
backend = "http://localhost:3000/api/"
|
||||
|
||||
[[hooks]]
|
||||
stage = "build"
|
||||
command = "sh"
|
||||
command_arguments = ["-c", "npx @tailwindcss/cli -i input.css -o public/tailwind.css"]
|
||||
|
||||
[build]
|
||||
target = "index.html"
|
||||
dist = "dist"
|
||||
Reference in New Issue
Block a user