2022-05-26 14:26:43 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2022-06-02 15:03:28 +00:00
|
|
|
"name": "Web server",
|
2022-06-07 10:21:31 +00:00
|
|
|
"type": "node",
|
2022-05-26 14:26:43 +00:00
|
|
|
"request": "launch",
|
2022-06-07 10:21:31 +00:00
|
|
|
"runtimeArgs": [
|
|
|
|
"run",
|
2022-06-08 14:42:08 +00:00
|
|
|
"dev"
|
2022-06-07 10:21:31 +00:00
|
|
|
],
|
|
|
|
"runtimeExecutable": "yarn",
|
|
|
|
"skipFiles": [
|
|
|
|
"<node_internals>/**"
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"NODE_OPTIONS": "--inspect"
|
|
|
|
},
|
|
|
|
"presentation": {
|
|
|
|
"group": "Single",
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Prisma Studio",
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"run",
|
2022-06-08 14:42:08 +00:00
|
|
|
"db-studio"
|
2022-06-07 10:21:31 +00:00
|
|
|
],
|
|
|
|
"runtimeExecutable": "yarn",
|
|
|
|
"skipFiles": [
|
|
|
|
"<node_internals>/**"
|
|
|
|
],
|
2022-06-02 15:03:28 +00:00
|
|
|
"presentation": {
|
|
|
|
"group": "Single",
|
|
|
|
}
|
2022-05-29 02:01:56 +00:00
|
|
|
},
|
|
|
|
{
|
2022-06-02 15:03:28 +00:00
|
|
|
"name": "Web page",
|
|
|
|
"type": "firefox",
|
2022-05-29 02:01:56 +00:00
|
|
|
"request": "launch",
|
2022-06-11 03:08:49 +00:00
|
|
|
"url": "http://nitro.home.steffo.eu",
|
2022-06-02 15:03:28 +00:00
|
|
|
"pathMappings": [
|
|
|
|
{
|
|
|
|
"url": "webpack://_n_e",
|
|
|
|
"path": "${workspaceFolder}"
|
|
|
|
}
|
2022-05-29 02:01:56 +00:00
|
|
|
],
|
2022-06-02 15:03:28 +00:00
|
|
|
"presentation": {
|
|
|
|
"group": "Single",
|
|
|
|
}
|
2022-05-29 02:01:56 +00:00
|
|
|
},
|
2022-06-02 15:03:28 +00:00
|
|
|
],
|
|
|
|
"compounds": [
|
|
|
|
{
|
|
|
|
"name": "Everything!",
|
2022-06-11 03:08:49 +00:00
|
|
|
"configurations": [
|
|
|
|
"Web server",
|
|
|
|
"Web page",
|
|
|
|
"Prisma Studio"
|
|
|
|
],
|
2022-06-02 15:03:28 +00:00
|
|
|
"stopAll": true,
|
|
|
|
"presentation": {
|
|
|
|
"group": "Full",
|
|
|
|
}
|
|
|
|
}
|
2022-05-26 14:26:43 +00:00
|
|
|
]
|
|
|
|
}
|