mcfly/packages/core/src/runtime/index.ts
Ayo 970970fd32 feat: use fastify as server
- [x] implement server framework plugin config
- [x] new @mcflyjs/fastify package
- [x] update readme re: pivot & target state
- [x] new basic template

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

6 lines
324 B
TypeScript

export { defaultMcflyConfig } from './default-mcfly-config.js'
export { evaluateServerScripts } from './evaluate-scripts.js'
export { getFiles } from './get-files.js'
export { hooks } from './hooks.mjs'
export { injectCustomElements } from './inject-elements.js'
export { injectHtmlFragments } from './inject-fragments.mjs'