You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -412,4 +413,4 @@ The gesture and visual indicator work the same way. Haptic feedback varies by de
412
413
413
414
Pull-to-refresh works in dev, but the API URL is still hardcoded to `localhost:8000` — which is wrong both for production builds and for a real phone on your home network. In the final chapter we'll resolve the base URL by platform and build mode, then take the app out of the simulator and onto real devices and release builds.
414
415
415
-
[^1]: See commit [919a15c](https://github.com/lukwol/doable/commit/919a15c) on GitHub
416
+
[^1]: See commit [1fc3340](https://github.com/lukwol/doable/commit/1fc3340) on GitHub
Copy file name to clipboardExpand all lines: docs/client/15-deploy-to-device.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,4 +261,4 @@ And that's the full stack: a Gleam server backed by Postgres, a Lustre frontend,
261
261
262
262
Thanks for sticking with me all the way through. If any of it helped, I'd love to hear about it — and the full source is at [github.com/lukwol/doable](https://github.com/lukwol/doable) if you want to fork it, star it, or use it as a starting point for your own project. Happy building.
263
263
264
-
[^1]: See commit [fe95c4c](https://github.com/lukwol/doable/commit/fe95c4c) on GitHub
264
+
[^1]: See commit [05dbbc3](https://github.com/lukwol/doable/commit/05dbbc3) on GitHub
0 commit comments