mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
merged image API in user API
This commit is contained in:
4
Justfile
4
Justfile
@ -11,10 +11,6 @@ set dotenv-load
|
||||
@user $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
|
||||
fastify start src/api/user/default.js
|
||||
|
||||
# For launching the images api
|
||||
@images $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
|
||||
fastify start src/api/images/default.js
|
||||
|
||||
@scoreStore $FASTIFY_LOG_LEVEL="info" $FASTIFY_PRETTY_LOGS="true":
|
||||
fastify start src/api/scoreStore/default.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user