Skip to content

Commit aa62014

Browse files
committed
fix(env): add correct envs
1 parent 846685e commit aa62014

File tree

4 files changed

+6
-48
lines changed

4 files changed

+6
-48
lines changed

apps/collabydraw/app/(canvas)/layout.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/collabydraw/app/(canvas)/loading/page.tsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/collabydraw/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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",
@@ -48,9 +51,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",

turbo.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
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"
@@ -35,9 +35,6 @@
3535
"^check-types"
3636
]
3737
},
38-
"copy:prisma": {
39-
"cache": false
40-
},
4138
"dev": {
4239
"cache": false,
4340
"persistent": true

0 commit comments

Comments
 (0)