Skip to content

Commit 1fcc83d

Browse files
authored
docs: update fs.deny default in JSDoc (#18514)
1 parent b83f60b commit 1fcc83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export interface FileSystemServeOptions {
214214
* This will have higher priority than `allow`.
215215
* picomatch patterns are supported.
216216
*
217-
* @default ['.env', '.env.*', '*.crt', '*.pem']
217+
* @default ['.env', '.env.*', '*.{crt,pem}', '**\/.git/**']
218218
*/
219219
deny?: string[]
220220

0 commit comments

Comments
 (0)