chore: add eslint plugins for import and className sorting
This commit is contained in:
parent
0fa620719b
commit
d96be6654d
36 changed files with 522 additions and 174 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export { GET, POST } from '@/auth'
|
||||
// export const runtime = 'edge'
|
||||
// export const runtime = 'edge'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
import { auth } from '@/auth'
|
||||
import { kv } from '@vercel/kv'
|
||||
import { nanoid } from '@/lib/utils'
|
||||
import { OpenAIStream, StreamingTextResponse } from 'ai-connector'
|
||||
import { Configuration, OpenAIApi } from 'openai-edge'
|
||||
|
||||
import { nanoid } from '@/lib/utils'
|
||||
|
||||
// export const runtime = 'edge'
|
||||
|
||||
const configuration = new Configuration({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue