Small fixes
This commit is contained in:
parent
a8fadad03e
commit
a3602b436d
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -4,13 +4,6 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Chrome",
|
||||
"request": "launch",
|
||||
"type": "pwa-chrome",
|
||||
"url": "http://localhost:8081",
|
||||
"webRoot": "${workspaceFolder}/src"
|
||||
},
|
||||
{
|
||||
"name": "Listen for XDebug",
|
||||
"type": "php",
|
||||
@ -26,4 +19,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ RUN npm install
|
||||
|
||||
COPY . ./
|
||||
RUN npm run build:prod
|
||||
# RUN npm run build:dev
|
||||
# RUN npm run build
|
||||
|
||||
|
||||
# ------------------------
|
||||
|
Reference in New Issue
Block a user