/ .codesandbox / tasks.json
tasks.json
1  {
2    // These tasks will run in order when initializing your CodeSandbox project.
3    "setupTasks": [],
4  
5    // These tasks can be run from CodeSandbox. Running one will open a log in the app.
6    "tasks": {}
7  }