🎉」 init: Started auth api

This commit is contained in:
2025-06-30 13:52:01 +02:00
parent 80d904a6d2
commit 8e688519d2
5 changed files with 391 additions and 1 deletions

6
Justfile Normal file
View File

@ -0,0 +1,6 @@
export FASTIFY_PRETTY_LOGS := "true"
export FASTIFY_PORT := "3001"
export FASTIFY_LOG_LEVEL := "info"
auth:
fastify start src/api/auth/default.js