Skip to content

Commit 180645d

Browse files
committed
feat: react devtools
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 98bd3dd commit 180645d

5 files changed

Lines changed: 764 additions & 28 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"codegen": "graphql-codegen --config codegen.ts",
1212
"codegen:watch": "pnpm codegen --watch",
1313
"dev": "concurrently --names \"vite,codegen\" --prefix-colors \"blue,magenta\" \"vite dev\" \"pnpm codegen:watch\"",
14+
"devtools": "concurrently --names \"dev,devtools\" --prefix-colors \"cyan,green\" \"pnpm dev\" \"react-devtools\"",
1415
"start": "pnpm build && pnpm dev",
1516
"package:linux": "electron-builder --linux",
1617
"package:macos": "electron-builder --mac",
@@ -114,6 +115,7 @@
114115
"graphql": "16.13.0",
115116
"happy-dom": "20.7.0",
116117
"husky": "9.1.7",
118+
"react-devtools": "7.0.1",
117119
"rimraf": "6.1.3",
118120
"semver": "7.7.4",
119121
"tailwind-merge": "3.5.0",
@@ -146,4 +148,4 @@
146148
"*": "biome check --no-errors-on-unmatched",
147149
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
148150
}
149-
}
151+
}

0 commit comments

Comments
 (0)