aboutsummaryrefslogtreecommitdiff
path: root/modern/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/.vscode/launch.json')
-rw-r--r--modern/.vscode/launch.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/modern/.vscode/launch.json b/modern/.vscode/launch.json
deleted file mode 100644
index 8bd51ee6..00000000
--- a/modern/.vscode/launch.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Chrome",
- "type": "chrome",
- "request": "launch",
- "url": "http://localhost:3000",
- "webRoot": "${workspaceFolder}/src",
- "sourceMapPathOverrides": {
- "webpack:///src/*": "${webRoot}/*"
- }
- }
- ]
-}