refactor(api): 🚚 Use api/ for API routes instead of server/api/

This commit is contained in:
Jesse Wierzbinski 2024-08-27 16:37:23 +02:00
parent dfc0bf4595
commit 3c1b330d4b
No known key found for this signature in database
143 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
"paths": {
"@/*": ["./utils/*"],
"~/*": ["./*"],
"+/*": ["./server/api/*"]
"+/*": ["./api/*"]
},
"noUnusedLocals": true
},
@ -34,7 +34,7 @@
"*.d.ts",
"**/*.ts",
"**/*.d.ts",
"server/api/well-known/**/*.ts",
"api/well-known/**/*.ts",
"packages/cli/index.mts"
]
}