Perplexica/ui
Andrew Pennington f6ae79b0b5
Removed the API route in favour of server side rendering; Updated documentation to list environment variables (#9)
- Use server side rendering in the `getServerEnv` library function, rather than using the API route
- Updated `README.md` to list the relevant environment variables for the frontend and backend
- Updated `NETWORKING.md` to reflect the changes made in `docker-compose.yaml`
2024-08-23 23:52:48 +01:00
..
app Removed the API route in favour of server side rendering; Updated documentation to list environment variables (#9) 2024-08-23 23:52:48 +01:00
components Added automatic docker build on merge to master 2024-08-21 00:40:34 +01:00
lib Removed the API route in favour of server side rendering; Updated documentation to list environment variables (#9) 2024-08-23 23:52:48 +01:00
public Initial commit 2024-04-09 16:21:05 +05:30
.env.example feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
.eslintrc.json Initial commit 2024-04-09 16:21:05 +05:30
.gitignore Initial commit 2024-04-09 16:21:05 +05:30
.prettierrc.js Initial commit 2024-04-09 16:21:05 +05:30
next.config.mjs Initial commit 2024-04-09 16:21:05 +05:30
package.json feat(package): bump version 2024-07-30 10:10:55 +05:30
postcss.config.js Initial commit 2024-04-09 16:21:05 +05:30
tailwind.config.ts update(ui): remove light-300 color level 2024-05-28 10:55:52 +08:00
tsconfig.json Initial commit 2024-04-09 16:21:05 +05:30
yarn.lock chore(ui): add next-themes 2024-05-24 17:32:14 +08:00