WIP: Working signup and login forms, along with initial view auth middleware.

This commit is contained in:
2026-01-03 11:30:42 -05:00
parent 6c6045b4a6
commit 1d155546ae
14 changed files with 316 additions and 1152 deletions

View File

@@ -7,7 +7,7 @@ run-css:
@./tailwindcss -i input.css -o output.css --watch
run:
@swift run App
@SWIFT_BACTRACE=enable=no swift run App
build-docker:
@podman build -f docker/Dockerfile.dev -t {{docker_image}}:dev .