first commit

This commit is contained in:
Timur Gordon
2025-09-24 05:11:15 +02:00
commit be061409af
19 changed files with 6052 additions and 0 deletions

11
app/Trunk.toml Normal file
View File

@@ -0,0 +1,11 @@
[build]
target = "index.html"
dist = "dist"
[watch]
watch = ["src", "../components/src"]
[serve]
address = "127.0.0.1"
port = 8000
open = false