{
	"version": "2.0.0",
	"tasks": [
		{
			"label": "Start CBD Collaboration Service",
			"type": "shell",
			"command": "node",
			"args": [
				"cbd-collaboration-service.cjs"
			],
			"isBackground": true,
			"group": "build"
		},
		{
			"label": "Start CBD Database",
			"type": "shell",
			"command": "tsx",
			"args": [
				"src/start.ts"
			],
			"isBackground": true,
			"group": "build"
		}
	]
}