We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7e4a8 commit 013de13Copy full SHA for 013de13
client/vite.config.ts
@@ -4,6 +4,11 @@ import { tanstackRouter } from "@tanstack/router-plugin/vite";
4
import tailwindcss from "@tailwindcss/vite";
5
// https://vite.dev/config/
6
export default defineConfig({
7
+ server: {
8
+ proxy: {
9
+ "/api": "http://localhost:5000",
10
+ },
11
12
plugins: [
13
tailwindcss(),
14
tanstackRouter({
0 commit comments