b307919bf7
Replace the single JSX file with a Next.js project, shared catalog and recommendation modules, backend API routes, file-backed persistence, Ollama recommendation endpoint, and picture-layer bike composition. Add initial aligned component assets for existing BSU layers plus RockShox and Maxxis products.
4 lines
92 B
Bash
4 lines
92 B
Bash
DATABASE_URL="file:./dev.db"
|
|
OLLAMA_URL="http://localhost:11434"
|
|
OLLAMA_MODEL="llama3.1:8b"
|