video understanding
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

This commit is contained in:
2026-04-29 11:50:44 -05:00
parent 5bf0622c38
commit 193a825899
14 changed files with 1435 additions and 15 deletions

9
vite.config.js Normal file
View File

@@ -0,0 +1,9 @@
import { defineConfig } from 'vite';
export default defineConfig({
server: {
proxy: {
'/api': 'http://localhost:3000'
}
}
});