feat: bootstrap Nuxt portfolio with Tailwind and daisyUI for now

This commit is contained in:
badblocks 2025-07-17 15:53:12 -07:00
commit 91b162fb44
No known key found for this signature in database
15 changed files with 3363 additions and 0 deletions

4
tsconfig.json Normal file
View file

@ -0,0 +1,4 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
}