-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: FullStack-Flow/shop-stack
base: dev
head repository: FullStack-Flow/shop-stack
compare: main
- 8 commits
- 10 files changed
- 1 contributor
Commits on Feb 16, 2026
-
Merge pull request #15 from FullStack-Flow/dev
Implemented API from Storefront, Vendor and Admin with Analytics report
Configuration menu - View commit details
-
Copy full SHA for 8a49093 - Browse repository at this point
Copy the full SHA 8a49093View commit details -
build: add TanStack Nitro V2 Vite plugin for enhanced server capabili…
…ties Add the nitroV2Plugin to the Vite configuration to enable TanStack Nitro V2's advanced server-side features, such as improved API routes and server functions.
Configuration menu - View commit details
-
Copy full SHA for 9925b6a - Browse repository at this point
Copy the full SHA 9925b6aView commit details -
chore: update dependencies and configuration
- Remove nitroV2Plugin as it's no longer needed - Update biome.json to ignore generated route tree file - Add routeTree.gen.ts to .gitignore - Remove unused getSession import from auth client - Fix trailing commas in server.ts for consistency
Configuration menu - View commit details
-
Copy full SHA for eb62465 - Browse repository at this point
Copy the full SHA eb62465View commit details -
build: update start script and add nitro plugin for production
The start script now uses the built output from the production build process instead of running the development server file directly. Added the TanStack Nitro V2 Vite plugin to enable server-side rendering and production builds, and configured SSR to externalize the 'better-auth' package.
Configuration menu - View commit details
-
Copy full SHA for fa1ad48 - Browse repository at this point
Copy the full SHA fa1ad48View commit details -
chore: add vercel preset and ignore vercel directory
- Add Vercel preset to Nitro plugin configuration for deployment compatibility - Include .vercel directory in gitignore to exclude deployment artifacts
Configuration menu - View commit details
-
Copy full SHA for ea4c6b2 - Browse repository at this point
Copy the full SHA ea4c6b2View commit details -
chore: rename server.ts to bun-server.ts and update vite config
This commit renames the existing server.ts file to bun-server.ts to better reflect its Bun-specific implementation. Additionally, the Vite configuration is updated to replace the deprecated nitroV2Plugin with the newer nitro plugin from the nitro package, removing the need for explicit SSR external dependencies.
Configuration menu - View commit details
-
Copy full SHA for 5233517 - Browse repository at this point
Copy the full SHA 5233517View commit details -
feat: migrate from nitro to custom Bun server for production
- Replace nitro() with custom nitroV2PluginWithAbsoluteRequest() in vite config - Add new server.ts file with production server implementation - Remove deprecated bun-server.ts file - Update auth and admin middleware to handle absolute URLs in request objects - Add getSession export to auth client for session management - Update package.json scripts and dependencies for new server setup - Remove defaultPreloadStaleTime from router configuration
Configuration menu - View commit details
-
Copy full SHA for 85dd9a5 - Browse repository at this point
Copy the full SHA 85dd9a5View commit details
Commits on Feb 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fa558f7 - Browse repository at this point
Copy the full SHA fa558f7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dev...main