」 feat: added container for scoreStore

This commit is contained in:
2025-09-10 23:10:20 +02:00
parent ba4872fe5b
commit 89e98bef2a
4 changed files with 25 additions and 4 deletions

View File

@ -58,7 +58,7 @@ async function start() {
servers.push(user);
}
if (target === 'scoreScore' || target === 'all') {
if (target === 'scoreStore' || target === 'all') {
const score = Fastify({ logger: loggerOption('scoreStore') });
score.register(scoreApi);
const port = target === 'all' ? 3002 : 3000;