Skip to content

Commit 18cebb7

Browse files
authored
fix: update preview port to 4173 (#6330)
1 parent 2d03fe8 commit 18cebb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jestPerTestSetup.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function startStaticServer(): Promise<string> {
194194
serve(req, res)
195195
}
196196
}))
197-
let port = 5000
197+
let port = 4173
198198
return new Promise((resolve, reject) => {
199199
const onError = (e: any) => {
200200
if (e.code === 'EADDRINUSE') {

0 commit comments

Comments
 (0)