happyrao78 / Community-Website

https://community-website-indol.vercel.app/
1 stars 3 forks source link

Implement Path Aliases in vite.config.js for Easier Imports #1

Open palak0916 opened 2 weeks ago

palak0916 commented 2 weeks ago
  1. The project lacks path aliases, which could make importing files cumbersome and error-prone. so, We will configure a path alias that maps @ to the src directory. This allows you to use @ as a prefix when importing files, making the imports easier to read and manage.
happyrao78 commented 2 weeks ago

@palak0916 I have assigned the issue you can start working on it, and raise the PR.

bharatbhusal commented 2 weeks ago

hey @palak0916 , are you working on it? just so you know my last merge has changed the project structure. You might need to pull once.