fixes: minting and publish

This commit is contained in:
2025-01-16 15:09:30 +02:00
parent 94c75bb23e
commit a6de6e8a54
6 changed files with 119 additions and 474 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
'off',
{ allowConstantExport: true },
],
},