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

Removing hardcoded paths #49

Closed
Mrostgaard opened this issue Jun 17, 2024 · 1 comment
Closed

Removing hardcoded paths #49

Mrostgaard opened this issue Jun 17, 2024 · 1 comment
Assignees

Comments

@Mrostgaard
Copy link

"@": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/"],
"@/*": ["/Users/nstapp/Github/full-stack-fastapi-mongodb-react/app/*"]

These should probably just look like:

"paths": {
      "@": ["./"],
      "@/*": ["./*"]
    }

Instead of the hardcoded path that exists at the moment.

@keanamo keanamo assigned keanamo and Jibola and unassigned keanamo Jul 12, 2024
@Jibola
Copy link
Collaborator

Jibola commented Sep 17, 2024

Thanks for the suggestion. We've merged the change!

@Jibola Jibola closed this as completed Sep 17, 2024
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

No branches or pull requests

3 participants