Run prettier
This commit is contained in:
parent
e6806aaa54
commit
24cb81bce0
21 changed files with 4203 additions and 3520 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"dev": "next dev --turbo",
|
||||
"build": "tsx db/migrate && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"format": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/openai": "1.0.0-canary.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue