Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
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: digitalocean/sample-vite-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Data-Sheet-Solutions/dss2-nodeAdminClient
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.
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 15, 2024

  1. Update dependencies and configuration for Vite project

    - Upgraded @vitejs/plugin-react from 4.0.3 to 4.3.4
    - Updated Vite version from 4.4.5 to 4.4.11
    - Added base path and server configuration in vite.config.js
    - Adjusted yarn.lock to reflect updated package resolutions and versions
    
    These changes enhance compatibility and improve project setup.
    guyjthomas committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    8924fc9 View commit details
    Browse the repository at this point in the history
  2. Refactor routing and configuration for Vite project

    - Updated the source route in static.json to allow all paths (from "/fulfillment/*" to "/*").
    - Changed the base path in vite.config.js from "/fulfillment/" to "/" to align with the new routing.
    - Removed the yarn.lock file, indicating a potential shift in dependency management or a clean slate for package installations.
    
    These changes simplify the routing structure and improve the project's configuration for deployment.
    guyjthomas committed Dec 15, 2024
    Configuration menu
    Copy the full SHA
    d5d8ecf View commit details
    Browse the repository at this point in the history
Loading