You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: validator/schema/upsun.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -247,11 +247,13 @@
247
247
"type": "string",
248
248
"title": "The command used to start the application",
249
249
"description": "It will be restarted if it terminates. Do not use on PHP unless using a custom persistent process like React PHP or FrankenPHP. \nSee note: \nhttps://docs.upsun.com/anchors/app/reference/web/commands/start/"
250
+
},
251
+
"post_start": {
252
+
"type": "string",
253
+
"title": "A command executed after the application is started",
0 commit comments