Skip to content

Commit

Permalink
add proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySun9 committed May 23, 2024
1 parent 9d084b6 commit a485799
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 6 deletions.
125 changes: 120 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"bootstrap": "^5.3.3",
"daisyui": "^4.11.1",
"http-proxy-middleware": "^3.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-compare-image": "^3.4.0",
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [react()],
Expand Down

0 comments on commit a485799

Please sign in to comment.