Skip to content

Removing hardcoded paths #49

@Mrostgaard

Description

@Mrostgaard

"@": ["/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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions