daily-demos / ai-meeting-assistant

https://daily-ai-assistant-demo.vercel.app
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

Move client to `client` subdir #1

Closed lazeratops closed 9 months ago

lazeratops commented 9 months ago

This PR moves the client components to a client subdirectory. An accompanying server subdir will be used for the server components.

Note that this breaks .env file reading at this time (since that stays in the root)! My thinking was that the client would not need the env variables with the server component, so I did not fix that up. Does that make sense?