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
As a developer I'd like to run scripts as applications. Instead of specifying a "script" runner, it would be nice to be able to just specify the script and Bedrock would automatically detect the appropriate runner for the platform.
As a developer I'd like to run scripts as applications. Instead of specifying a "script" runner, it would be nice to be able to just specify the script and Bedrock would automatically detect the appropriate runner for the platform.
eg: platform.launch(Script.class, Script.of("something.js"));
Might run node.
The text was updated successfully, but these errors were encountered: