This repository was archived by the owner on May 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +158
-161
lines changed Expand file tree Collapse file tree 5 files changed +158
-161
lines changed Original file line number Diff line number Diff line change 1818 "release" : " yarn workspace react-scroll-section release" ,
1919 "test" : " yarn workspace demo test" ,
2020 "pretest:ci" : " yarn build" ,
21- "test:ci" : " start-server-and-test http-get://localhost:3000 "
21+ "test:ci" : " start-server-and-test http-get://localhost:5173 "
2222 }
2323}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module.exports = defineConfig({
66 supportFile : 'cypress/support/index.js' ,
77 } ,
88 e2e : {
9- baseUrl : 'http://localhost:3000 /' ,
9+ baseUrl : 'http://localhost:5173 /' ,
1010 specPattern : 'cypress/e2e/**/*.cy.js' ,
1111 supportFile : 'cypress/support/index.js' ,
1212 video : false ,
Original file line number Diff line number Diff line change 2525 "@vitejs/plugin-react" : " 1.3.2" ,
2626 "cypress" : " ^10.10.0" ,
2727 "typescript" : " 4.8.4" ,
28- "vite" : " 2.8.6 "
28+ "vite" : " 3.1.8 "
2929 }
3030}
Original file line number Diff line number Diff line change 2121 "babel-loader" : " 8.2.5" ,
2222 "json" : " 11.0.0" ,
2323 "typescript" : " 4.8.4" ,
24- "vite" : " 2.8.6 " ,
24+ "vite" : " 3.1.8 " ,
2525 "vite-plugin-dts" : " 1.5.0"
2626 },
2727 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments