mcfly/templates/basic/mcfly.config.mjs
Ayo 6edab54354 feat: new architecture to support server framework plugin
- generic `server.serve` config
- new demo workspace
- new basic template
- updated readme

Reviewed-on: https://git.ayo.run/ayo/mcfly/pulls/3
Co-authored-by: Ayo <ayo@ayco.io>
Co-committed-by: Ayo <ayo@ayco.io>
2026-06-04 11:17:09 +00:00

6 lines
141 B
JavaScript

import { defineConfig } from '@mcflyjs/config'
import fastify from '@mcflyjs/fastify'
export default defineConfig({
server: fastify(),
})