Skip to content

v0.3.0

Compare
Choose a tag to compare
@lewebsimple lewebsimple released this 25 Jan 00:08
· 50 commits to master since this release
  • Refactor project workspaces from packages to client / server
  • Modular approach to extend the backend using fastify-plugins
  • yarn dev in project root now works as expected (even for prisma.schema, watch out for the migration name prompt)
  • The backend handles all requests both in development (HTTP proxy) and in production (serve static files)
  • Upgrade to Vite 2.x