mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(schema): disallow setting vite server properties (#7317)
This commit is contained in:
parent
8a56d8137a
commit
ec210190d1
@ -45,7 +45,12 @@ export interface ViteConfig extends ViteUserConfig {
|
||||
/**
|
||||
* Warmup vite entrypoint caches on dev startup.
|
||||
*/
|
||||
warmupEntry?: boolean
|
||||
warmupEntry?: boolean,
|
||||
|
||||
/**
|
||||
* Use environment variables or top level `server` options to configure Nuxt server.
|
||||
*/
|
||||
server: never
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user