VS Code + Development Containers ( Customizations | VS Code Extension )
It's commonly used the pattern @* -> src/*
, but this approach annoys me due to the current npm package namespaces ( scopes | npm docs ) which normally starts with @{user_name/org_name}
.
Following a Unix OS approach, that beens said so we have the following alias mapping ~/* -> src/*
( tsconfig.json ) which avoid the issue from @
.
[YouTube] Astro in 100 Seconds | Fireship ( 2021-07-15 )
Deploy your Astro Site to GitHub Pages | Astro Docs
[GitHub] withastro/github-pages - Automatically deploy an Astro site to GitHub Pages
Svelte integration with Astro | Astro Docs - @astrojs/svelte@5
to use the Svelte v4
[Deprecated] @astrojs/tailwind
Tailwind 4 support >>> Astro TailwindCSS Integration >>> Install Tailwind CSS v4 with Astro
[GitHub] tailwindlabs/tailwindcss-typography - Beautiful typographic defaults for HTML you don't control.