Skip to content

Commit f1d4ec7

Browse files
committed
fix
1 parent f0cba67 commit f1d4ec7

File tree

4 files changed

+556
-49
lines changed

4 files changed

+556
-49
lines changed

apps/dashboard/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,24 @@
1313
"with-env": "dotenv -e ../../.env --"
1414
},
1515
"dependencies": {
16+
"@clerk/nextjs": "^4.21.15",
1617
"@t3-oss/env-nextjs": "^0.4.0",
1718
"next": "^13.4.5",
1819
"react": "18.2.0",
1920
"react-dom": "18.2.0",
20-
"zod": "^3.21.4"
21+
"zod": "^3.21.4",
22+
"@acme/eslint-config": "*",
23+
"@acme/tailwind-config": "*",
24+
"tailwindcss": "^3.3.2",
25+
"typescript": "^5.1.3"
2126
},
2227
"devDependencies": {
23-
"@acme/eslint-config": "^0.1.0",
24-
"@acme/tailwind-config": "^0.1.0",
2528
"@types/node": "^20.3.1",
2629
"@types/react": "^18.2.12",
2730
"@types/react-dom": "^18.2.5",
2831
"autoprefixer": "^10.4.14",
2932
"dotenv-cli": "^7.2.1",
3033
"eslint": "^8.42.0",
31-
"postcss": "^8.4.24",
32-
"tailwindcss": "^3.3.2",
33-
"typescript": "^5.1.3"
34+
"postcss": "^8.4.24"
3435
}
3536
}

apps/dashboard/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import '../global.css';
1+
import '~/global.css';
22
import { ClerkProvider } from "@clerk/nextjs";
33

44
export default function RootLayout({

0 commit comments

Comments
 (0)