Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Revert cypress port to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
rmenai committed Apr 30, 2022
1 parent 3fd6af1 commit eb8aea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"baseUrl": "https://localhost:5000"
"baseUrl": "https://localhost:3000"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"preview": "nuxt preview",
"test:unit": "vitest",
"test:unit:ci": "vitest run",
"test:e2e": "start-server-and-test preview https://127.0.0.1:5000/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview https://127.0.0.1:5000/ 'cypress run'",
"test:e2e": "start-server-and-test preview https://127.0.0.1:3000/ 'cypress open'",
"test:e2e:ci": "start-server-and-test preview https://127.0.0.1:3000/ 'cypress run'",
"typecheck": "nuxi typecheck",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.html,.css,.scss --max-warnings 0 --ignore-path .gitignore",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.html,.css,.scss --fix --ignore-path .gitignore",
Expand Down

1 comment on commit eb8aea5

@vercel
Copy link

@vercel vercel bot commented on eb8aea5 Apr 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt – ./

nuxt-git-main-rmenai.vercel.app
nuxt-steel.vercel.app
nuxt-rmenai.vercel.app

Please sign in to comment.