Skip to content

Commit

Permalink
feat: add mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
frkam committed Jun 9, 2023
1 parent db738c1 commit 227b9d2
Show file tree
Hide file tree
Showing 10 changed files with 646 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_URL=https://youtogether.localhost/api
VITE_API_URL=https://localhost:5173/api
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,22 @@
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"msw": "^1.2.1",
"openapi": "^1.0.1",
"openapi-preset-effector": "^0.3.2",
"postcss": "^8.4.24",
"prop-types": "^15.8.1",
"storybook": "^7.0.18",
"tailwindcss": "^3.3.2",
"typed-contracts": "^3.0.0",
"typescript": "5.1.3",
"typescript": "5.0.3",
"vite": "^4.3.9",
"vite-plugin-mkcert": "^1.15.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.4",
"vitest-axe": "^0.1.0"
},
"msw": {
"workerDirectory": "public"
}
}
Loading

0 comments on commit 227b9d2

Please sign in to comment.