Allow all hosts in preview server
This commit is contained in:
@@ -28,7 +28,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
allowedHosts: ['.easypanel.host', '.extyye.easypanel.host'],
|
allowedHosts: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user