Support API in frontend

This commit is contained in:
2026-04-01 11:35:47 +08:00
parent c8065caf1f
commit 743fe69f99
9 changed files with 464 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
[serve]
address = "172.16.0.155"
address = "127.0.0.1"
port = 8080
[[hooks]]
stage = "pre_build"
command = "./tailwindcss"
command = "./tailwindcss.exe"
command_arguments = ["-i", "input.css", "-o", "./dist/.stage/app.css"]