agnyz / the-bed-stack

Bun + ElysiaJS + DrizzleORM = the stack you don't want to sleep on 🛌💤
https://agnyz.github.io/the-bed-stack/
MIT License
39 stars 3 forks source link

refactor: extended alias imports #70

Closed yamcodes closed 1 year ago

yamcodes commented 1 year ago

Description

This PR introduces extended alias imports, allowing imports such as:

import users from '@users/users.model';`

instead of:

import users from '@/users/users.model';`

This is something that we use at work and I thought it could be nice for this codebase.

What are your thoughts?


PR Checklist (Please do not remove)