File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ module.exports = withRozenite(
4949 {
5050 enabled : true ,
5151 enhanceMetroConfig : ( config ) =>
52- withRozeniteExpoAtlasPlugin ( config ) ,
52+ withRozeniteExpoAtlasPlugin ( withRozeniteReduxDevTools ( config ) ) ,
5353 }
5454) ;
Original file line number Diff line number Diff line change 88 "lint" : " pnpm nx run-many -t lint --projects='packages/*'" ,
99 "format" : " prettier --check ." ,
1010 "format:fix" : " prettier . --write" ,
11- "checks" : " pnpm typecheck && pnpm lint && pnpm format"
11+ "checks" : " pnpm typecheck && pnpm lint && pnpm format" ,
12+ "build" : " nx run-many -t build" ,
13+ "start" : " nx start playground" ,
14+ "clean" : " nx reset; find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && find . -name 'dist' -type d -prune -exec rm -rf '{}' +"
1215 },
1316 "private" : true ,
1417 "devDependencies" : {
6265 "vite-plugin-dts" : " ~4.5.0" ,
6366 "vitest" : " ^3.0.0"
6467 },
65- "packageManager" : " pnpm@10.22.0 " ,
68+ "packageManager" : " pnpm@9.15.3 " ,
6669 "dependencies" : {
6770 "react" : " ~18.3.1" ,
6871 "react-dom" : " ~18.3.1" ,
You can’t perform that action at this time.
0 commit comments