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