SIGN IN SIGN UP
withastro / astro UNCLAIMED

The web framework for content-driven websites. ⭐️ Star to support our work!

0 0 0 TypeScript

Fix route loading race and Vue app entrypoint collision

- Import virtual:astro:routes eagerly in createAstroServerApp (at
  createHandler time) before file watchers can mutate the route list,
  then sync those routes into the DevApp on first request
- Rename Vue test fixture src/app.ts to src/vue-app.ts to avoid
  collision with the Hono server entrypoint convention
M
Matthew Phillips committed
f5d953ea3cbf986d209f0fe7f50d10b8f118b53e
Parent: 46f33ef