Skip to content

Commit

Permalink
Remove unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodyowl committed Apr 3, 2024
1 parent 9537098 commit 3c101d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ import { loadEnv } from "vite";
const env = loadEnv("development", process.cwd());

export default {
server: {
proxy: {
"/api": {
target: env.VITE_API_URL,
changeOrigin: true,
rewrite: (path) => path.replace(/\/api$/, ""),
},
},
},
test: {
environment: "jsdom",
include: ["**/*.{test,spec}.ts"],
Expand Down

0 comments on commit 3c101d2

Please sign in to comment.