Changing the build system to Vite #62

Merged
rishighan merged 11 commits from vite-build-system into master 2023-03-02 04:31:22 +00:00
Showing only changes of commit b929840a96 - Show all commits

View File

@@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-12-25",
startDate: "2023-1-25",
pageSize: "15",
currentPage: "1",
}),