Skip to content

Commit 64b3ab7

Browse files
authored
🔲 terminals (#461)
1 parent 36bda3f commit 64b3ab7

File tree

3 files changed

+46
-3
lines changed

3 files changed

+46
-3
lines changed

.vscode/tasks.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"label": "unit",
6+
"type": "process",
7+
"command": "npm",
8+
"args": ["run", "test:watch"],
9+
"icon": {
10+
"id": "beaker"
11+
},
12+
"isBackground": true,
13+
"runOptions": {
14+
"runOn": "folderOpen"
15+
}
16+
},
17+
{
18+
"label": "app",
19+
"type": "process",
20+
"command": "npm",
21+
"args": ["start"],
22+
"icon": {
23+
"id": "preview"
24+
},
25+
"isBackground": true,
26+
"runOptions": {
27+
"runOn": "folderOpen"
28+
}
29+
},
30+
{
31+
"label": "cli",
32+
"type": "process",
33+
"command": "",
34+
"icon": {
35+
"id": "terminal"
36+
},
37+
"isBackground": true,
38+
"runOptions": {
39+
"runOn": "folderOpen"
40+
}
41+
}
42+
]
43+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bradgarropy.com",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"description": "🏠 my home on the web",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)