Skip to content

Commit

Permalink
Run yarn dev on open
Browse files Browse the repository at this point in the history
  • Loading branch information
visnup committed Sep 20, 2022
1 parent aa8520a commit fbd0ff8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"task.allowAutomaticTasks": "on"
}
13 changes: 13 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "npm: dev",
"detail": "npx convex dev & next dev",
"runOptions": { "runOn": "folderOpen" }
}
]
}

1 comment on commit fbd0ff8

@vercel
Copy link

@vercel vercel bot commented on fbd0ff8 Sep 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

poker – ./

poker-visnup.vercel.app
poker-git-main-visnup.vercel.app
poker.dance

Please sign in to comment.