build: Allow connections from any origin

This commit is contained in:
April Hall 2025-02-06 17:12:45 -05:00
parent 2c523c6940
commit c29b76cc7d
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -15,4 +15,7 @@ export default defineConfig({
},
},
],
server: {
allowedHosts: true,
},
});