Skip to content

Fixed generated API client build and removed committed dev IPs#287

Merged
PianoNic merged 1 commit into
mainfrom
fix/286_GeneratedClientAndDevIp
May 30, 2026
Merged

Fixed generated API client build and removed committed dev IPs#287
PianoNic merged 1 commit into
mainfrom
fix/286_GeneratedClientAndDevIp

Conversation

@PianoNic

Copy link
Copy Markdown
Member

Fixed generated API client build and removed committed dev IPs

  • Regenerated lib/api cleanly (stale .g.dart made the client uncompilable; missed because flutter analyze excludes lib/api).
  • apigen:build now passes --delete-conflicting-outputs so regens can't leave stale generated files.
  • oidc_config.dart backendBaseUrl and the apigen script no longer hardcode a dev LAN IP — use --dart-define=BACKEND_BASE_URL=... (default localhost).

Closes #286

@PianoNic PianoNic added the bug Something isn't working label May 30, 2026
@PianoNic PianoNic merged commit bbefe06 into main May 30, 2026
@PianoNic PianoNic deleted the fix/286_GeneratedClientAndDevIp branch May 30, 2026 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix generated API client build and stop committing dev IPs

1 participant