Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FullStack-Flow/shop-stack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: FullStack-Flow/shop-stack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 16, 2026

  1. Merge pull request #15 from FullStack-Flow/dev

    Implemented API from Storefront, Vendor and Admin with Analytics report
    shakibdshy authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    8a49093 View commit details
    Browse the repository at this point in the history
  2. 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.
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    9925b6a View commit details
    Browse the repository at this point in the history
  3. 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
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    eb62465 View commit details
    Browse the repository at this point in the history
  4. 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.
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    fa1ad48 View commit details
    Browse the repository at this point in the history
  5. 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
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    ea4c6b2 View commit details
    Browse the repository at this point in the history
  6. 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.
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    5233517 View commit details
    Browse the repository at this point in the history
  7. 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
    shakibdshy committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    85dd9a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    fa558f7 View commit details
    Browse the repository at this point in the history
Loading