We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ec7c1 commit 3c01503Copy full SHA for 3c01503
1 file changed
examples/app-todo/objectstack.config.ts
@@ -36,7 +36,8 @@ export default defineStack({
36
id: 'com.example.todo',
37
version: '1.0.0',
38
type: 'app',
39
- name: 'Todo App',
+ name: 'todo_example_app',
40
+ label: 'Todo Example App',
41
description: 'A simple Todo example demonstrating ObjectStack Protocol',
42
data: [
43
{
0 commit comments