Skip to content
Snippets Groups Projects
Commit 42cdade8 authored by Davut Beyazit's avatar Davut Beyazit
Browse files

Reverted Changes in package.json

Deleted launch.json
parent 6cf16e98
Branches
Tags
No related merge requests found
{
// 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": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
},
{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"url": "http://localhost:4200",
"file": "${workspaceFolder}/src/index.html"
}
]
}
\ No newline at end of file
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment