aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
blob: e7d6d8b1c1b47dc622fa82a23edda167b8a34665 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"configurations": [
		{
			"type": "node",
			"request": "launch",
			"name": "Node: build and run",
			"program": "${workspaceFolder}/build/server.js",
			"runtimeExecutable": "node",
			"args": [
				// "--verbose"
			],
			"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