Skip to content

Commit 620365f

Browse files
authored
chore: test cli config file (#351)
1 parent d213eab commit 620365f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/config/cli.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"notifications": [
3+
{
4+
"id": 1,
5+
"title": "Help us understand your needs",
6+
"url": "https://zenstack.dev",
7+
"active": true
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)