Releases: chagadev/fullstack-boilerplate
Releases · chagadev/fullstack-boilerplate
v0.3.2
v0.3.1
v0.3.1
v0.3.0
- 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