Closed guptaaryan16 closed 1 year ago
Name | Link |
---|---|
Latest commit | 20b7c6786ff6b5c8a5b4a689bde67480fbbaf2df |
Latest deploy log | https://app.netlify.com/sites/code-generator/deploys/6516cee384542e0008e9a6be |
Deploy Preview | https://deploy-preview-330--code-generator.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@vfdev-5 @theory-in-progress I have completed work on this issue and it seems to work for now, I think we should merge this in a new branch develop
as it seems experimental for now.
@guptaaryan16 can you create develop
branch and change the base branch for this PR ?
Description
I have added a new file
templateOptions.json
to control options for each template individually. This is done to allow templates to have specific configurations for each template and make it easy to contribute new template that may not support a particular runner liketorchrun
or a backend likespawn
. If it is successfully merged, we would expect the sma e for other options likeHandlers
andLoggers
.Fix #308
Additional context
What is the purpose of this pull request?