Skip to content

Commit

Permalink
exclude files only on root
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Aug 23, 2024
1 parent 35b63ae commit ff46d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/quick-edit/functions/_middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const onRequest = async ({
"files.exclude": {
"*.d.ts": true,
"jsconfig.json": true,
"**/package.json": true,
"**/wrangler.toml": true,
"package.json": true,
"wrangler.toml": true,
},
"telemetry.telemetryLevel": "off",
"window.menuBarVisibility": "hidden",
Expand Down

0 comments on commit ff46d68

Please sign in to comment.