user-auth store frontend css v1

This commit is contained in:
2023-01-02 17:09:16 +05:30
parent ca6e6e88ce
commit 9eabcb9e0d
34 changed files with 20189 additions and 6 deletions

View File

@@ -3,5 +3,12 @@ target = "index.html"
dist = "../dist"
public_url = "/assets/"
[[hooks]]
stage = "build"
command = "sh"
command_arguments = ["-c", "npx tailwindcss -i src/tailwind.css -o $TRUNK_STAGING_DIR/tailwind.css"]
[[proxy]]
backend = "http://[::1]:8081/api/"