matthewp / astro-fastify

A Fastify adapter for Astro
62 stars 16 forks source link

Fix build issue #17

Closed romanzy313 closed 1 year ago

romanzy313 commented 1 year ago

Build did not work on latest version of "create astro".

  "dependencies": {
    "astro": "^2.0.2"
  },
  "devDependencies": {
    "@matthewp/astro-fastify": "^2.0.3"
  }

Here is the change that broke build.

matthewp commented 1 year ago

Published 2.1.1 which fixes this issue.