This commit is contained in:
2018-07-23 19:24:15 +00:00
parent 5be33cdad6
commit a54087b5a5
6 changed files with 83 additions and 14 deletions

2
.vscode/launch.json vendored
View File

@@ -20,7 +20,7 @@
"args": "${auto-detect-url}",
"windows": {
"command": "cmd.exe",
"args": "/C start ${auto-detect-url}"
"args": "/C start http://localhost:3002/contact"
},
"osx": {
"command": "open"