mcfly/pnpm-workspace.yaml
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

16 lines
329 B
YAML

packages:
- 'packages/**'
- 'templates/**'
- 'site'
- 'demo'
allowBuilds:
'@parcel/watcher': false
esbuild: true
netlify-cli: false
sharp: false
unix-dgram: false
web-component-base: true
minimumReleaseAgeExclude:
- '@mcflyjs/config@0.3.0-alpha'
- '@mcflyjs/core@0.9.0-alpha'
- '@mcflyjs/fastify@0.1.0'