You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a false positive. This often happens with files generated by tools like Vite, which minify and compress code to improve performance. Antivirus programs sometimes flag these compressed scripts because they resemble patterns used in malware.
You can review the files directly in the repository or open the detected file in your IDE to inspect the exact code. The antivirus is likely flagging the minified JavaScript file referenced here: <script type="module" crossorigin src="./assets/index-95a76ebf.js"></script>, which can sometimes trigger false positives due to its compressed format.
Issue checklist
Describe the bug
A clear and concise description of what the bug is.
Screenshots
If applicable, add screenshots to help explain your problem.
Code
-- If applicable, include the query and relevant code
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Server details
Database details
The text was updated successfully, but these errors were encountered: