File tree 2 files changed +0
-11
lines changed
packages/vite/src/node/server
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -247,12 +247,6 @@ async function createServer() {
247
247
createServer ()
248
248
```
249
249
250
- ## server.base
251
-
252
- - ** Type:** ` string | undefined `
253
-
254
- Prepend this folder to http requests, for use when proxying vite as a subfolder. Should start with the ` / ` character.
255
-
256
250
## server.fs.strict
257
251
258
252
- ** Type:** ` boolean `
Original file line number Diff line number Diff line change @@ -94,11 +94,6 @@ export interface ServerOptions extends CommonServerOptions {
94
94
* @default false
95
95
*/
96
96
middlewareMode ?: boolean | 'html' | 'ssr'
97
- /**
98
- * Prepend this folder to http requests, for use when proxying vite as a subfolder
99
- * Should start and end with the `/` character
100
- */
101
- base ?: string
102
97
/**
103
98
* Options for files served via '/\@fs/'.
104
99
*/
You can’t perform that action at this time.
0 commit comments