fix: build - exclude player-parsers directory from next build

This commit is contained in:
Kentai Radiquum 2025-05-30 01:23:26 +05:00
parent a55a6c93dc
commit 631936b022
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -33,5 +33,5 @@
"**/*.tsx",
"next.config.js"
],
"exclude": ["node_modules"]
"exclude": ["node_modules", "player-parsers"]
}