initial commit. Cloned timetracker repository

This commit is contained in:
Daniel Goc
2026-03-10 09:02:57 +01:00
commit f2952bcef0
189 changed files with 21334 additions and 0 deletions

17
taskfiles/dev.yml Normal file
View File

@@ -0,0 +1,17 @@
version: "3"
tasks:
run:
desc: Run frontend + backend in watch mode
aliases: [d]
cmds:
- task --parallel dev:bo dev:go
bo:
cmds:
- cd bo && bun run dev
go:
cmds:
- EMAIL_SMTP_PORT={{.EMAIL_SMTP_PORT}} EMAIL_SMTP_HOST={{.EMAIL_SMTP_HOST}} air