Skip to content

Commit

Permalink
Merge pull request #506 from eckoln/eckoln/dev
Browse files Browse the repository at this point in the history
feat(apps/web): codebase refactor, ui changes & livestreams-event-channels feature
  • Loading branch information
eckoln authored Aug 26, 2024
2 parents fa611a6 + 86d8ae2 commit 3846d28
Show file tree
Hide file tree
Showing 109 changed files with 2,565 additions and 1,724 deletions.
2 changes: 1 addition & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from 'node:url'
const jiti = createJiti(fileURLToPath(import.meta.url))

// Validate env during build.
jiti('./src/env')
jiti('./src/config/env')

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down
6 changes: 4 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@t3-oss/env-nextjs": "^0.10.1",
Expand All @@ -29,7 +30,7 @@
"geist": "^1.3.0",
"jiti": "^1.21.0",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"next": "14.2.5",
"next-auth": "5.0.0-beta.17",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
Expand All @@ -38,7 +39,8 @@
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
"zod": "^3.23.8",
"zsa": "^0.5.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand Down
Loading

0 comments on commit 3846d28

Please sign in to comment.