This commit is contained in:
kashishgfuturetech-eng 2026-05-28 17:30:00 -04:00 committed by GitHub
commit 6523155f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export default defineConfig({
server: { server: {
port: 3000, port: 3000,
open: true, open: true,
allowedHosts: ['mirofish-pwse.onrender.com'],
proxy: { proxy: {
'/api': { '/api': {
target: 'http://localhost:5001', target: 'http://localhost:5001',