Skip to content

Commit

Permalink
Update packages/vite/src/node/server/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
antfu and Shinigami92 authored Oct 22, 2021
1 parent 2e7fbbd commit 6c421a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,7 @@ export interface FileSystemServeOptions {
* This will have higher priority than `allow`.
* Glob patterns are supported.
*
* @default [
* '.env',
* '.env.*',
* '*.pem',
* '*.crt',
* ]
* @default ['.env', '.env.*', '*.{crt,pem}']
*
* @experimental
*/
Expand Down

0 comments on commit 6c421a3

Please sign in to comment.