This commit is contained in:
2026-01-12 21:16:52 -05:00
parent 444dbe4458
commit dc1ac54b8c

View File

@@ -13,6 +13,11 @@ export default defineConfig({
server: {
port: frontendPort,
host: "0.0.0.0",
allowedHosts: [
"localhost",
"trivia.torrtle.co",
".torrtle.co", // Allow all torrtle.co subdomains
],
proxy: {
"/api": {
target: backendUrl,