feat: consolidate local-first mnote web runtime
This commit is contained in:
@@ -3,9 +3,8 @@ use std::io::{self, Read};
|
||||
use bridge_runtime::{
|
||||
build_artifact_success_response, build_failure_response, build_success_response,
|
||||
execute_runtime_command_artifact, execute_runtime_input, execute_runtime_query,
|
||||
runtime_input_requests_result, RuntimeFailure, RuntimeInput,
|
||||
runtime_input_requests_result, BridgeError, BridgeErrorKind, RuntimeFailure, RuntimeInput,
|
||||
};
|
||||
use storage_convex_bridge::{BridgeError, BridgeErrorKind};
|
||||
|
||||
fn main() {
|
||||
let input = match read_stdin() {
|
||||
|
||||
Reference in New Issue
Block a user