move grpc to proper location

This commit is contained in:
2026-02-06 08:22:50 -03:00
parent 318741d8ca
commit c0a3901951
12 changed files with 13 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig({
server: {
host: "0.0.0.0",
port: 5173,
allowedHosts: process.env.VITE_ALLOWED_HOSTS?.split(",") || [],
proxy: {
"/api": {
target: "http://fastapi:8702",