Add web app build and hosting configuration#98
Conversation
- Initialized flutter web configuration. - Added rewrite rule to `firebase.json` for `/app/**`. - Updated GitHub workflows to build flutter web app with `--base-href /app/` and deploy to the website Firebase Hosting target. - Removed invalid hardcoded flutter versions from CI configs. Co-authored-by: Salint <41103301+Salint@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Visit the preview URL for this PR (updated for commit b95da60): https://financial-planner-72109--pr98-web-app-version-7018-tmt4ys1l.web.app (expires Sat, 02 May 2026 04:16:01 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 95ab667b75b8af6cdab808fc3f3df54a184777c9 |
This PR introduces a web version of the TwoAxis Finance app. It configures the Flutter project for web compilation, updates the Firebase Hosting configuration to serve the web app from the
/approute, and updates the CI/CD pipeline to automatically build and deploy the web app. It also fixes an issue in the existing CI configs where an invalid flutter version was specified.PR created automatically by Jules for task 7018115072772569370 started by @Salint