Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayun-Codes authored and github-actions[bot] committed Jan 8, 2025
1 parent 871e33f commit 716792c
Show file tree
Hide file tree
Showing 25 changed files with 3,367 additions and 498 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ npm run dev
The backend server is loading from `http://localhost:3000`

### Environment Variables

One ENV goes inside of the config file inside the server and the other ENV is in the root

```
Expand All @@ -45,4 +46,4 @@ CLERK_SECRET_KEY=clerk_secret_key_here
CLERK_PUBLISHABLE_KEY=clerk_publishable_key_here
```

Front end needs "VITE_" prefixing all keys
Front end needs "VITE\_" prefixing all keys
Loading

0 comments on commit 716792c

Please sign in to comment.