Open webdev03 opened 2 years ago
Originally suggested in https://scratch.mit.edu/users/god286/#comments-181494510
If a headless-cfg.json file is detected, then the application will automatically run with no inputs and read from headless-cfg.json. The file name may be decided later. Spec (WIP):
headless-cfg.json
{ "loader": { "pages": 3, "type": "profile", "specifier": "Z7Q" }, "autoDelete": true, "silence": false, "verify": false }
working on it in a few days
Finally! :tada:
Originally suggested in https://scratch.mit.edu/users/god286/#comments-181494510
If a
headless-cfg.json
file is detected, then the application will automatically run with no inputs and read fromheadless-cfg.json
. The file name may be decided later. Spec (WIP):