When deploying, make sure to update the host property in the HttpService class (@react-vite-trpc\config\src\services\httpService.ts) Adjust the preferred order of imports in .prettierrc files using the importOrder property When adding a new local package (i.e. /@react-vite-trpc/new-package...
"vite-tsconfig-paths": "^4.3.2", "vitest": "^1.5.0" }, "packageManager": "npm@10.5.0", 24 changes: 12 additions & 12 deletions 24 frontend/src/App.tsx Original file line numberDiff line numberDiff line change @@ -2,18 +2,18 @@ import React, { useEffect, useState } from ...
import { Link } from "react-router-dom"; import { updateUserData } from "../../Features/userSlice"; import { updateUserData } from "src/Features/userSlice"; import { checkEmailValidation, checkEmptyInputs, checkIsInputsValid, checkPasswordInputs, } from "../../Functions/helper"; } fr...