{
	"version": "0.0.1",
	"configurations": [
		{
			"name": "start",
			"runtimeExecutable": "pnpm",
			"runtimeArgs": [ "run", "start" ],
			"port": 3000
		}
	]
}
