Files
wehub-resource-sync f30f816e96
build-deb / build (push) Has been cancelled
build / build (5.2.0+ox, ubuntu_x64_8_cores, 231c88c2e564fdca40e15e750aacad5fb0887435) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:29:01 +08:00

24 lines
554 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "watch",
"command": "dune",
"args": [
"build",
"@default",
"@runtest",
"@fmt",
"--auto-promote",
"--watch"
],
"problemMatcher": [
"$ocamlc"
],
"isBackground": true,
}
]
}