We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a49ac7 commit eaea939Copy full SHA for eaea939
cypress.config.ts
@@ -15,7 +15,7 @@ export default defineConfig({
15
// require("@cypress/code-coverage/task")(on, config);
16
return config;
17
},
18
- baseUrl: "http://localhost:3000",
+ baseUrl: "http://localhost:3456",
19
retries: {
20
runMode: 2,
21
openMode: 0,
tests/server-function/package.json
@@ -2,7 +2,7 @@
2
"name": "server-function-test",
3
"type": "module",
4
"scripts": {
5
- "dev": "vinxi dev",
+ "dev": "vinxi dev --port 3456",
6
"build": "vinxi build",
7
"start": "vinxi start",
8
"test": "vitest run",
0 commit comments