Skip to content

Releases: chagadev/fullstack-boilerplate

v0.3.2

01 Feb 16:45
Compare
Choose a tag to compare

v0.3.1

30 Jan 13:58
Compare
Choose a tag to compare
v0.3.1

v0.3.0

25 Jan 00:08
Compare
Choose a tag to compare
  • 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