aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
blob: 412a61541506db1b4fbaca07553c61361745841a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"configurations": [
		{
			"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