Commit Graph

6 Commits

Author SHA1 Message Date
desartstudio95 ab0b842fca feat: Refactor Gemini integration and build process
This commit centralizes Gemini API interaction into a new `server.ts` file and removes it from the client-side `geminiService.ts`.
It also updates the build process in `package.json` to use `esbuild` for bundling the server code, enabling a more robust build pipeline.
The `index.html` has been cleaned up by removing unnecessary OneSignal SDK initialization.
Additionally, dev dependencies have been updated, including `esbuild` to version `0.28.0`.
A new `test2.ts` file is added for testing Gemini API connectivity.
2026-05-18 10:00:07 -07:00
desartstudio95 657c2078c6 delete server.ts 2026-05-18 08:19:03 -07:00
desartstudio95 a729263602 add ai studio backend 2026-05-18 08:02:01 -07:00
desartstudio95 49fe3dec72 add ai studio backend 2026-05-18 07:54:34 -07:00
desartstudio95 93feab7d28 Delete server.ts 2026-05-18 07:50:52 -07:00
desartstudio95 a5087a29dc Create server with AI analysis and Vite support
Implement server with AI analysis endpoint and Vite integration.
2026-05-18 07:39:18 -07:00