🏗️」 wip: refactor working

This commit is contained in:
2025-07-18 14:11:54 +02:00
parent 56f6164671
commit 1fb6d07d10
9 changed files with 397 additions and 133 deletions

View File

@ -4,6 +4,7 @@
# For launching the authentification api
@auth $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
fastify start src/api/auth/default.js
# For launching the user data api
@user $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
fastify start src/api/user/default.js