Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes:#341/builds are now being passing up #342

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abhay-raj19
Copy link

While the complete build was failing apart just by running npm run build

What was causing up the issue ?

-> while I was running up the npm run build inside the apps/frontend/ for compiling up the typescript code the tsc command was failing up due to the incorrect imports in package.json.

-> Corrected up the tsconfig

 "paths": {
  "@/*": ["./*",./public/*"]
  },
  `
  to 
  
  "paths": {
  "@/*": ["./*","src/*", "./public/*"]
  },

-> and removed up the const user = useUser(); from src/app.tsx in frontend .

Hyper.fixed.mp4

@abhay-raj19
Copy link
Author

#341 Fixed Up

@abhay-raj19
Copy link
Author

Builds are now successfully Passing up .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant