Skip to main content
Module

x/jotai/.vscode/launch.json

👻 Primitive and flexible state management for React
Go to Latest
File
{ "version": "0.2.0", "configurations": [ { "name": "Debug Jest Tests", "type": "node", "request": "launch", "runtimeArgs": [ "--inspect-brk", "${workspaceRoot}/node_modules/.bin/jest", "--runInBand", "--watch", "--no-coverage" ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "port": 9229 } ]}