mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-12-31 21:56:41 +01:00
unfinished image API
This commit is contained in:
6
Justfile
6
Justfile
@ -11,6 +11,10 @@ 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
|
||||
|
||||
@ -55,4 +59,4 @@ set dotenv-load
|
||||
forge verify-contract --chain-id 43113 --rpc-url=${AVAX_RPC_URL} --watch ${AVAX_CONTRACT_ADDR}
|
||||
|
||||
@status:
|
||||
docker compose -f docker/docker-compose.yml ps
|
||||
docker compose -f docker/docker-compose.yml ps
|
||||
|
||||
Reference in New Issue
Block a user