There was an error while loading. Please reload this page.
1 parent 88262b9 commit 0ac0db4Copy full SHA for 0ac0db4
package.json
@@ -6,7 +6,8 @@
6
"dev": "vite",
7
"build": "vite build",
8
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
9
- "preview": "vite preview"
+ "preview": "vite preview",
10
+ "test": "echo \"Error: no test specified\""
11
},
12
"dependencies": {
13
"@reduxjs/toolkit": "^2.0.1",
0 commit comments