From 691aa744a0398f185b3ca98a36fbd83806c7786c Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 10 Nov 2024 16:36:16 -0600 Subject: TOO MUCH STUFF --- app/vite.config.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/vite.config.ts (limited to 'app/vite.config.ts') diff --git a/app/vite.config.ts b/app/vite.config.ts new file mode 100644 index 0000000..a33bc01 --- /dev/null +++ b/app/vite.config.ts @@ -0,0 +1,14 @@ +import { defineConfig } from 'vite' +import react from '@vitejs/plugin-react' + +// https://vite.dev/config/ +export default defineConfig({ + plugins: [react()], + + // Proxy to the backend server + server: { + proxy: { + '/api': 'http://localhost:5252', + }, + }, +}) -- cgit v1.2.3-70-g09d2