CodeRED-Astra/web-app
2025-10-19 08:03:46 -05:00
..
public/pdfs feat: added basic gemini functionality 2025-10-18 20:06:10 -05:00
src feat(filelist): added file list ui 2025-10-19 07:52:13 -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 Updated package lock to clear npm ci with github action 2025-10-19 07:43:09 -05:00
package.json Attempt to fix server side for react handling 2025-10-19 07:33:47 -05:00
README.md fix(repo): shoud be fixed now 2025-10-18 17:21:36 -05:00
server.mjs Correct for wildcard tightening 2025-10-19 07:56:32 -05:00
vite.config.js Attempt to fix server side for react handling 2025-10-19 07:33:47 -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.