Skip to content

Commit ce8cd23

Browse files
chore: pymakr.schema.json
1 parent 54ad7d8 commit ce8cd23

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pymakr.schema.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,25 @@
7171
"type": "boolean",
7272
"default": false
7373
},
74+
"uploadOnDevStart": {
75+
"description": "Uploads project to device when dev mode is started.",
76+
"type": "string",
77+
"default": "outOfSync",
78+
"anyOf": [
79+
{
80+
"const": "always",
81+
"description": "Will upload the project to all connected devices."
82+
},
83+
{
84+
"const": "never",
85+
"description": "Will not upload project to any devices."
86+
},
87+
{
88+
"const": "outOfSync",
89+
"description": "Will upload the project to any connected device that is detected to be out of sync."
90+
}
91+
]
92+
},
7493
"onUpdate": {
7594
"description": "Action to run after file changes have been propagates",
7695
"type": "string",

0 commit comments

Comments
 (0)