This website requires JavaScript.
Explore
Help
Register
Sign In
CodeSandBox
/
monaco-editor-lsp-next
Watch
2
Star
0
Fork
0
You've already forked monaco-editor-lsp-next
mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced
2025-05-18 23:42:24 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
574a98e58e
monaco-editor-lsp-next
/
src
/
app
/
api
/
auth
/
[...nextauth]
/
route.ts
4 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore(auth): move auth.ts to src/lib directory
2025-03-12 14:46:01 +00:00
import
{
handlers
}
from
"@/lib/auth"
;
feat(auth): create route.ts for NextAuth API handler
2025-03-12 07:02:02 +00:00
export
const
{
GET
,
POST
}
=
handlers
;
Reference in New Issue
Copy Permalink