mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2026-06-02 06:08:04 +02:00
7 lines
148 B
Makefile
7 lines
148 B
Makefile
export FASTIFY_PRETTY_LOGS := "true"
|
|
export FASTIFY_PORT := "3001"
|
|
export FASTIFY_LOG_LEVEL := "info"
|
|
|
|
auth:
|
|
fastify start src/api/auth/default.js
|