File tree Expand file tree Collapse file tree 4 files changed +6
-48
lines changed
Expand file tree Collapse file tree 4 files changed +6
-48
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 "lint" : " next lint"
1010 },
1111 "dependencies" : {
12+ "@repo/common" : " workspace:*" ,
13+ "@repo/db" : " workspace:*" ,
14+ "@repo/ui" : " workspace:*" ,
1215 "@hookform/resolvers" : " ^4.1.0" ,
1316 "@next-auth/prisma-adapter" : " ^1.0.7" ,
1417 "@radix-ui/react-alert-dialog" : " ^1.1.6" ,
4851 },
4952 "devDependencies" : {
5053 "@eslint/eslintrc" : " ^3" ,
51- "@repo/common" : " workspace:*" ,
52- "@repo/db" : " workspace:*" ,
53- "@repo/ui" : " workspace:*" ,
5454 "@types/bcrypt" : " ^5.0.2" ,
5555 "@types/jsonwebtoken" : " ^9.0.8" ,
5656 "@types/node" : " ^20" ,
Original file line number Diff line number Diff line change 44 "tasks" : {
55 "build" : {
66 "env" : [
7- " WS_URL " ,
7+ " DATABASE_URL " ,
88 " JWT_SECRET" ,
9- " NEXTAUTH_URL " ,
10- " DATABASE_URL "
9+ " NEXT_PUBLIC_BASE_URL " ,
10+ " NEXT_PUBLIC_WS_URL "
1111 ],
1212 "dependsOn" : [
1313 " ^build"
3535 " ^check-types"
3636 ]
3737 },
38- "copy:prisma" : {
39- "cache" : false
40- },
4138 "dev" : {
4239 "cache" : false ,
4340 "persistent" : true
You can’t perform that action at this time.
0 commit comments