aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
blob: a51118967c0f4e65d6d93c1f6d58481cfacaa185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"configurations": [
		{
			"type": "node",
			"request": "launch",
			"name": "Node: build and run",
			"program": "${workspaceFolder}/build/server.js",
			"sourceMaps": true,
			"preLaunchTask": "Build all",
			"console": "integratedTerminal"
		}
	]
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage