Files
knl_meowscendence/Justfile
2025-07-01 14:11:44 +02:00

13 lines
214 B
Makefile

export FASTIFY_PRETTY_LOGS := "true"
export FASTIFY_PORT := "3001"
export FASTIFY_LOG_LEVEL := "info"
auth:
fastify start src/api/auth/default.js
user:
fastify start src/api/user/default.js
apis:
node dev.js