feat: Implement draft version of the code execution app
This commit is contained in:
3
packages/backend/src/apps/code/actions/index.js
Normal file
3
packages/backend/src/apps/code/actions/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import runJavascript from './run-javascript/index.js';
|
||||
|
||||
export default [runJavascript];
|
Reference in New Issue
Block a user