chore: comment todo

This commit is contained in:
ayo 2026-05-25 22:57:42 +02:00
parent 8a55ca61de
commit 7c0949c518

View file

@ -32,7 +32,10 @@ async function serve(args: ParsedArgs) {
const { mcflyConfig } = await getMcFlyConfig()
/**
* TODO: config for srcDir
* TODO: config
* - srcDir, apiDir ?
* - autoLoad config
* - fastify config
*/
mcflyConfig.server.serve({ rootDir: rootDir + '/src', apiDir: '/api' })
} catch (e) {