We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd9c92 commit 3bcff1eCopy full SHA for 3bcff1e
2 files changed
package.json
@@ -65,5 +65,6 @@
65
"extends": [
66
"plugin:storybook/recommended"
67
]
68
- }
+ },
69
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
70
}
src/main.tsx
@@ -6,7 +6,7 @@ import App from './App.tsx';
6
import './i18n.ts';
7
8
scan({
9
- enabled: true,
+ enabled: false,
10
})
11
12
createRoot(document.getElementById('root')!).render(
0 commit comments