e227c42f7d
- Changed the CORS origin from `http://localhost:3000` to `http://localhost:5173`. - Updated the login response to return a comprehensive object containing the `accessToken` and user profile data. - Modified cookie setup to directly use `result.accessToken` instead of `result`. - Refactored account service to include additional user fields in the login data returned. - Added `dist` to `.gitignore`.
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
node_modules
|
|
.env
|
|
.env.dev
|
|
.env.example
|
|
.env.prod
|
|
package-lock.json
|
|
prisma/generated/
|
|
dist |