Skip to content

Commit c23cfbf

Browse files
committed
waooaoaooooa
1 parent d15550d commit c23cfbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

site/e2e/constants.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
export const coderMain = new URL(
2-
"../../enterprise/cmd/coder",
3-
import.meta.url,
4-
).toString();
1+
export const coderMain = new URL("../../enterprise/cmd/coder", import.meta.url)
2+
.pathname;
53

64
// Default port from the server
75
export const coderPort = process.env.CODER_E2E_PORT

0 commit comments

Comments
 (0)