mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
refactor(api): 🚚 Use api/ for API routes instead of server/api/
This commit is contained in:
parent
dfc0bf4595
commit
3c1b330d4b
143 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue