Initial commit squashed

This commit is contained in:
2023-05-28 15:17:13 +05:30
commit fe253b8646
76 changed files with 30659 additions and 0 deletions

14
frontend/Trunk.toml Normal file
View File

@@ -0,0 +1,14 @@
[build]
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/"