Skip to content

Commit

Permalink
owner/markjptolentino
Browse files Browse the repository at this point in the history
  • Loading branch information
markjpT committed Oct 5, 2023
1 parent c31691c commit 8f52d19
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -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": {
"i.e. yarn start": {
"name": "i.e. yarn start",
"command": "i.e. yarn start",
"runAtStart": true
}
}
}

0 comments on commit 8f52d19

Please sign in to comment.