Skip to content

Commit

Permalink
file update
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaniAN committed Jul 14, 2023
1 parent c72715a commit 0843968
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}

1 comment on commit 0843968

@vercel
Copy link

@vercel vercel bot commented on 0843968 Jul 14, 2023

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:

skillsworkz – ./

skillsworkz.vercel.app
skillsworkz-imanian.vercel.app
skillsworkz-git-main-imanian.vercel.app

Please sign in to comment.