CodeRED-Astra/web-app
2025-10-19 06:16:07 -05:00
..
public/pdfs feat: added basic gemini functionality 2025-10-18 20:06:10 -05:00
src fix syntax 2025-10-19 06:16:07 -05:00
components.json feat(file input): adding feature to add and remove files 2025-10-19 04:32:32 -05:00
Dockerfile Prepared demo files and demo explanation file. Added debug only button to trigger demo file ingest on the server to queue and prepare the files. Added small expressjs server for talking between the web app and the rust engine containers. 2025-10-19 05:55:41 -05:00
eslint.config.js fix(eslint): installed one dep for eslint 2025-10-18 18:21:29 -05:00
index.html style(everything): fuck you 2025-10-18 19:15:31 -05:00
jsconfig.json Prepared demo files and demo explanation file. Added debug only button to trigger demo file ingest on the server to queue and prepare the files. Added small expressjs server for talking between the web app and the rust engine containers. 2025-10-19 05:55:41 -05:00
package-lock.json feat(file input): adding feature to add and remove files 2025-10-19 04:32:32 -05:00
package.json Merge remote-tracking branch 'origin/diagram' 2025-10-19 06:02:01 -05:00
README.md fix(repo): shoud be fixed now 2025-10-18 17:21:36 -05:00
server.mjs Prepared demo files and demo explanation file. Added debug only button to trigger demo file ingest on the server to queue and prepare the files. Added small expressjs server for talking between the web app and the rust engine containers. 2025-10-19 05:55:41 -05:00
vite.config.js Patch allowedHosts 2025-10-19 01:34:32 -05:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.