Small fixes

This commit is contained in:
Joshua Marner 2020-07-14 16:04:44 -05:00
parent a8fadad03e
commit a3602b436d
2 changed files with 2 additions and 9 deletions

9
.vscode/launch.json vendored
View File

@ -4,13 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"name": "Launch Chrome",
"request": "launch",
"type": "pwa-chrome",
"url": "http://localhost:8081",
"webRoot": "${workspaceFolder}/src"
},
{ {
"name": "Listen for XDebug", "name": "Listen for XDebug",
"type": "php", "type": "php",
@ -26,4 +19,4 @@
] ]
} }
] ]
} }

View File

@ -12,7 +12,7 @@ RUN npm install
COPY . ./ COPY . ./
RUN npm run build:prod RUN npm run build:prod
# RUN npm run build:dev # RUN npm run build
# ------------------------ # ------------------------