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

6
eslint.config.mjs Normal file
View file

@ -0,0 +1,6 @@
// @ts-check
import withNuxt from '.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)