Allowing ngrok connections to the video-transform demo

This commit is contained in:
Filipi Fuchter
2025-04-04 16:28:37 -03:00
parent 89a8c16676
commit 4b438ff7d7

View File

@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react-swc';
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: true, // Allows external connections like ngrok
proxy: {
// Proxy /api requests to the backend server
'/api': {