Add RSS feed generation and TypeScript configuration for server routes

This commit is contained in:
nurRiyad
2025-03-13 03:30:24 +06:00
parent 23a1b0f8a9
commit 8d5ad09717
2 changed files with 40 additions and 0 deletions

3
server/tsconfig.json Normal file
View File

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