| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 1 | { |
| 2 | "version": "2.0.0", |
| 3 | "tasks": [ |
| 4 | { |
| 5 | "type": "npm", |
| 6 | "script": "watch", |
| Philip Zeyliger | 2032b1c | 2025-04-23 19:40:42 -0700 | [diff] [blame] | 7 | "path": "webui", |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 8 | "group": "build", |
| 9 | "problemMatcher": ["$tsc-watch"], |
| 10 | "label": "webui: watch tsc", |
| 11 | "detail": "tsc --watch", |
| 12 | "isBackground": true |
| 13 | }, |
| 14 | { |
| 15 | "type": "npm", |
| 16 | "script": "demo", |
| Philip Zeyliger | 2032b1c | 2025-04-23 19:40:42 -0700 | [diff] [blame] | 17 | "path": "webui", |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 18 | "group": "build", |
| Pokey Rule | e2a8c2f | 2025-04-23 15:09:25 +0100 | [diff] [blame] | 19 | "label": "webui: demo", |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 20 | "isBackground": true, |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 21 | "problemMatcher": [ |
| 22 | { |
| 23 | "pattern": [ |
| 24 | { |
| 25 | "regexp": ".", |
| 26 | "file": 1, |
| 27 | "location": 2, |
| 28 | "message": 3 |
| 29 | } |
| 30 | ], |
| 31 | "background": { |
| Pokey Rule | e2a8c2f | 2025-04-23 15:09:25 +0100 | [diff] [blame] | 32 | "beginsPattern": "VITE", |
| 33 | "endsPattern": "Local:" |
| 34 | } |
| 35 | } |
| 36 | ] |
| 37 | }, |
| 38 | { |
| 39 | "type": "npm", |
| 40 | "script": "dev", |
| Philip Zeyliger | 2032b1c | 2025-04-23 19:40:42 -0700 | [diff] [blame] | 41 | "path": "webui", |
| Pokey Rule | e2a8c2f | 2025-04-23 15:09:25 +0100 | [diff] [blame] | 42 | "group": "build", |
| 43 | "label": "webui: dev", |
| 44 | "isBackground": true, |
| 45 | "problemMatcher": [ |
| 46 | { |
| 47 | "pattern": [ |
| 48 | { |
| 49 | "regexp": ".", |
| 50 | "file": 1, |
| 51 | "location": 2, |
| 52 | "message": 3 |
| 53 | } |
| 54 | ], |
| 55 | "background": { |
| 56 | "beginsPattern": "VITE", |
| 57 | "endsPattern": "Local:" |
| Sean McCullough | 86b5686 | 2025-04-18 13:04:03 -0700 | [diff] [blame] | 58 | } |
| 59 | } |
| 60 | ] |
| 61 | } |
| 62 | ] |
| 63 | } |