Which is better for imports in Nuxt: @ or ~?
In Nuxt, both @ and ~ are used as aliases for importing files, but each has subtle differences. Explain which alias is better suited for your project setup, considering consistency, readability, and usage in paths like components, assets, or utils.