Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cacheonly committed Dec 8, 2023
1 parent 1a16ad1 commit c29d02e
Show file tree
Hide file tree
Showing 36 changed files with 5,987 additions and 4,517 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LIVEKIT_WS_URL=
LIVEKIT_API_KEY=
LIVEKIT_API_SECRET=
8 changes: 6 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
experimental: {
optimizePackageImports: ["@radix-ui/react-icons"],
},
};

module.exports = nextConfig
module.exports = nextConfig;
Loading

0 comments on commit c29d02e

Please sign in to comment.