From cfd7772d876d86e43eaa423314b82501c7c16997 Mon Sep 17 00:00:00 2001 From: Prince Henry <86925175+Llody20@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:56:01 +0000 Subject: [PATCH] update --- .codesandbox/tasks.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .codesandbox/tasks.json 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 + } + } +}