torrtle
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user