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