File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 - ' web-assets:/app/root/assets/'
1717 - ' /app/local'
1818 ports :
19- - ' 8000 :80'
19+ - ' 5001 :80'
2020 environment :
2121 # default is 120, shorten to work with compose label
2222 COLUMNS : 96
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default defineConfig({
2626 /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
2727 use : {
2828 /* Base URL to use in actions like `await page.goto('/')`. */
29- baseURL : "http://127.0.0.1:8000 " ,
29+ baseURL : "http://127.0.0.1:5001 " ,
3030
3131 /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3232 trace : "on-first-retry" ,
Original file line number Diff line number Diff line change 1818#
1919# carton exec ./run-dev
2020#
21- # Then browse to http://localhost:8000 /
21+ # Then browse to http://localhost:5001 /
2222
23- METACPAN_PROXY_LISTEN=" localhost:8000 "
23+ METACPAN_PROXY_LISTEN=" localhost:5001 "
2424
2525while [[ $# -gt 0 ]]; do
2626 case " $1 " in
You can’t perform that action at this time.
0 commit comments