diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 0000000..242f88a --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,13 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [], + + // These tasks can be run from CodeSandbox. Running one will open a log in the app. + "tasks": { + "pip3 install webcash": { + "name": "pip3 install webcash", + "command": "pip3 install webcash", + "runAtStart": true + } + } +}