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
feat: prompt user to build fe at first run (#9381)
When `marimo edit` is run from a repo checkout without built frontend
assets, the current error is `index.html not found and no asset_url
configured`, which is confusing for contributors. This changes that path
to return a more actionable message telling the user to run `make fe`
and restart marimo.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments