Skip to content

Commit

Permalink
added task to ease my workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCubiq committed Jul 3, 2022
1 parent 5ae07b7 commit fce7baf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Task: start expo",
"type": "shell",
"command": "expo start --tunnel",
"problemMatcher": []
}
]
}

0 comments on commit fce7baf

Please sign in to comment.