Initial commit: ElysiaJS backend + TanStack Start frontend + Traefik compose

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mane 2026-06-27 04:01:48 +00:00
commit a346cf3a5c
17 changed files with 505 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# dependencies
node_modules/
# build output
.output/
.vinxi/
dist/
# generated by TanStack Router plugin
frontend/src/routeTree.gen.ts
# env / secrets
.env
*.local
# logs & misc
*.log
.DS_Store