feat: initial project setup with Nuxt and Tailwind CSS

This commit is contained in:
2025-06-18 15:59:25 +08:00
commit 0dcd91cbb9
12 changed files with 7685 additions and 0 deletions

3
server/tsconfig.json Normal file
View File

@ -0,0 +1,3 @@
{
"extends": "../.nuxt/tsconfig.server.json"
}