aboutsummaryrefslogtreecommitdiff
path: root/cypress.config.ts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-07-18 14:07:33 -0400
committerGitHub <[email protected]>2022-07-18 14:07:33 -0400
commitf1cdab6b2e650c1c8a62a18485acdd7c1a7680b5 (patch)
tree61662c4e2eb29d4b987a12ede3db86ac6bb4c3d0 /cypress.config.ts
parenta709883410fed07f2f7fcb9267a7df89a28171e3 (diff)
downloadfaker-f1cdab6b2e650c1c8a62a18485acdd7c1a7680b5.tar.xz
faker-f1cdab6b2e650c1c8a62a18485acdd7c1a7680b5.zip
chore(deps): update dependency vite to v3 (#1153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'cypress.config.ts')
-rw-r--r--cypress.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress.config.ts b/cypress.config.ts
index de0aceaf..1b118e7d 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -4,7 +4,7 @@ export default defineConfig({
video: false,
e2e: {
chromeWebSecurity: false,
- baseUrl: 'http://localhost:5000',
+ baseUrl: 'http://localhost:5173',
supportFile: false,
fixturesFolder: false,
},