aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-07-04 03:59:50 +0300
committerRblSb <msrblsb@gmail.com>2021-07-05 17:04:25 +0300
commitede45cea8706eb8540e466df9861c2af8ebf9c44 (patch)
tree74a20a6f082173378f918b48b08542881f31749a /.vscode/launch.json
parent265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff)
Reformat
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index df67501..412a615 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,13 +1,14 @@
{
"configurations": [
{
- "type": "node",
+ "type": "pwa-node",
"request": "launch",
"name": "Node: build and run",
"program": "${workspaceFolder}/build/server.js",
"args": ["--verbose"],
"sourceMaps": true,
"preLaunchTask": "Build all",
+ "killBehavior": "polite",
"console": "integratedTerminal"
}
]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage