summaryrefslogtreecommitdiff
path: root/frontend/vite.config.js
diff options
context:
space:
mode:
authorAnjana Vakil <contact@anjana.dev>2025-08-26 12:40:16 -0500
committerAnjana Vakil <contact@anjana.dev>2025-08-26 12:40:16 -0500
commit1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 (patch)
tree58d06cd695ae17302daff7a87d9096f1d39ea54a /frontend/vite.config.js
reset
Diffstat (limited to 'frontend/vite.config.js')
-rw-r--r--frontend/vite.config.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/vite.config.js b/frontend/vite.config.js
new file mode 100644
index 0000000..5e738f3
--- /dev/null
+++ b/frontend/vite.config.js
@@ -0,0 +1,10 @@
+import { defineConfig } from 'vite'
+
+export default defineConfig({
+
+ server: {
+ proxy: {
+ '/api': 'http://localhost:3000/api',
+ }
+ }
+}) \ No newline at end of file