feat: create base fsd-shadcn-payload repo

This commit is contained in:
2025-10-15 16:38:58 +03:00
parent 6cd36bc8b4
commit b8b9994997
93 changed files with 15938 additions and 250 deletions

View File

@@ -18,8 +18,10 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
"@/*": ["src/*", "./*"],
"@payload-config": ["src/payload.config.ts"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],