Skip to content

Commit 3c01503

Browse files
committed
feat: update app name and label in objectstack configuration for clarity
1 parent a6ec7c1 commit 3c01503

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/app-todo/objectstack.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default defineStack({
3636
id: 'com.example.todo',
3737
version: '1.0.0',
3838
type: 'app',
39-
name: 'Todo App',
39+
name: 'todo_example_app',
40+
label: 'Todo Example App',
4041
description: 'A simple Todo example demonstrating ObjectStack Protocol',
4142
data: [
4243
{

0 commit comments

Comments
 (0)