Skip to content

Commit

Permalink
exclude sw from jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Jun 17, 2024
1 parent 8c350d5 commit db2cefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
}
]
},
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist", "public/sw.js"],
"include": ["**/*.js", "**/*.mjs"]
}

1 comment on commit db2cefb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 80
🟢 Accessibility: 93
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 38

Lighthouse ran on https://satus-7c14j2e3a-darkroom-engineering.vercel.app/"

Please sign in to comment.