diff --git a/static/config/cli.json b/static/config/cli.json new file mode 100644 index 00000000..5d33a491 --- /dev/null +++ b/static/config/cli.json @@ -0,0 +1,10 @@ +{ + "notifications": [ + { + "id": 1, + "title": "Help us understand your needs", + "url": "https://zenstack.dev", + "active": true + } + ] +}