Skip to content

Commit

Permalink
deleted unnecessary proxy setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Dec 30, 2024
1 parent f5b9852 commit ecfe327
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ const config: UserConfig = {
'/@': srcPath
}
},
// server: {
// proxy: {
// '/api': {
// target: 'http://localhost:5173',
// rewrite: path =>
// path.startsWith('/api/v1') ? path.slice('/api/v1'.length) : path,
// changeOrigin: true
// }
// }
// },
css: {
preprocessorOptions: {
scss: {
Expand Down

0 comments on commit ecfe327

Please sign in to comment.