Skip to content

Commit eaea939

Browse files
committed
port 3456
1 parent 2a49ac7 commit eaea939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
// require("@cypress/code-coverage/task")(on, config);
1616
return config;
1717
},
18-
baseUrl: "http://localhost:3000",
18+
baseUrl: "http://localhost:3456",
1919
retries: {
2020
runMode: 2,
2121
openMode: 0,

tests/server-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "server-function-test",
33
"type": "module",
44
"scripts": {
5-
"dev": "vinxi dev",
5+
"dev": "vinxi dev --port 3456",
66
"build": "vinxi build",
77
"start": "vinxi start",
88
"test": "vitest run",

0 commit comments

Comments
 (0)