Files
SousChefAI/vite.config.js
pulipakaa24 193a825899
Some checks failed
Build and Deploy / build (push) Failing after 2m17s
Build and Deploy / docker-build (push) Has been skipped
Deploy to Server / deploy (push) Successful in 43s
video understanding
2026-04-29 11:50:44 -05:00

9 lines
144 B
JavaScript

import { defineConfig } from 'vite';
export default defineConfig({
server: {
proxy: {
'/api': 'http://localhost:3000'
}
}
});