forked from konfig-dev/konfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"version": "0.3.0", | ||
"configurations": [ | ||
{ | ||
"command": "yarn redwood dev --apiDebugPort 18911", | ||
"name": "Run Dev Server", | ||
"request": "launch", | ||
"type": "node-terminal" | ||
}, | ||
{ | ||
"name": "Attach API debugger", | ||
"port": 18911, // you can change this port, see https://redwoodjs.com/docs/project-configuration-dev-test-build#debugger-configuration | ||
"request": "attach", | ||
"skipFiles": ["<node_internals>/**"], | ||
"type": "node", | ||
"protocol": "inspector", | ||
"stopOnEntry": false, | ||
"localRoot": "${workspaceFolder}/generator/konfig-dash/node_modules/@redwoodjs/api-server/dist", | ||
"remoteRoot": "${workspaceFolder}/generator/konfig-dash/node_modules/@redwoodjs/api-server/dist", | ||
"sourceMaps": true, | ||
"restart": true | ||
}, | ||
{ | ||
"command": "yarn redwood test api", | ||
"name": "Test api", | ||
"request": "launch", | ||
"type": "node-terminal" | ||
}, | ||
{ | ||
"command": "yarn redwood test web", | ||
"name": "Test web", | ||
"request": "launch", | ||
"type": "node-terminal" | ||
} | ||
] | ||
} |
Submodule konfig-cli
updated
from 6dd0cd to 0461c7
Submodule konfig-dash
updated
from ea9925 to ff0a2a