Remove unnecessary vite server config (not used with serve)
This commit is contained in:
@@ -26,9 +26,5 @@ export default defineConfig({
|
|||||||
build: {
|
build: {
|
||||||
cssMinify: true,
|
cssMinify: true,
|
||||||
},
|
},
|
||||||
server: {
|
|
||||||
host: true,
|
|
||||||
allowedHosts: true,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user