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 1140b3c commit f82e23dCopy full SHA for f82e23d
playgrounds/local-react/cypress.json
@@ -1,3 +1,4 @@
1
{
2
- "watchForFileChanges": true
+ "watchForFileChanges": true,
3
+ "pluginsFile": false
4
}
playgrounds/local-react/package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"predev": "node setup.js",
9
- "dev": "vite",
+ "dev": "vite --port 9999",
10
"build": "vite build",
11
"setup": "node setup.js",
12
"lint": "eslint --ext .jsx,.js .",
0 commit comments