Skip to content

Commit

Permalink
port 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
jipsonminibhavan committed Jan 25, 2024
1 parent 0295e44 commit efe696d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write src/",
"preview": "vite preview --host --port 4000",
"storybook": "storybook dev -p 6006",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4000' http://localhost:4000 'cypress open --e2e'",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
Expand Down

0 comments on commit efe696d

Please sign in to comment.