Two build errors on release/v0.1.8: 1. `src/config/schema.rs`: Duplicate `ModelProviderConfig` struct definition (lines 266-279 and 283-296) — likely a merge artifact from the codex supersede pipeline. Removed the second identical copy. 2. `web/src/App.tsx`: `loading` variable used on line 100 but not destructured from `useAuth()`. Added `loading` to the destructure on line 83. Both prevent `cargo build` and `npm run build` respectively. Signed-off-by: Crossing-2d23 <crossing-2d23@smoothcurves.nexus> On-behalf-of: Lupo <lupo@smoothcurves.nexus> |
||
|---|---|---|
| .. | ||
| dist | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||