Skip to content

Commit

Permalink
docs: update fs.deny default in JSDoc (#18514)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Oct 30, 2024
1 parent b83f60b commit 1fcc83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export interface FileSystemServeOptions {
* This will have higher priority than `allow`.
* picomatch patterns are supported.
*
* @default ['.env', '.env.*', '*.crt', '*.pem']
* @default ['.env', '.env.*', '*.{crt,pem}', '**\/.git/**']
*/
deny?: string[]

Expand Down

0 comments on commit 1fcc83d

Please sign in to comment.