initialized repository

This commit is contained in:
2025-07-08 19:22:23 +02:00
commit 72c3d91c7e
17 changed files with 3670 additions and 0 deletions

9
mprocs.yaml Normal file
View File

@@ -0,0 +1,9 @@
procs:
# database:
# shell: "docker compose up"
backend:
shell: "watchexec -w src -r cargo run"
cwd: "./"
tailwindcss:
shell: "pnpx @tailwindcss/cli -i tailwind.css -o assets/css/main.css --watch"
cwd: "./"