revert some changes for now

This commit is contained in:
Lendemor 2025-02-10 18:49:14 +01:00
parent 8e2192a4b5
commit dc8014b19c

View File

@ -1309,10 +1309,7 @@ def validate_bun():
bun_path = path_ops.get_bun_path()
if bun_path is None:
console.error(
"Could not find bun. Make sure you have bun installed or run `reflex init` to install it."
)
raise typer.Exit(1)
return
if not path_ops.samefile(bun_path, constants.Bun.DEFAULT_PATH):
console.info(f"Using custom Bun path: {bun_path}")