mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
13 lines
214 B
Makefile
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
|