We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a0235 commit a54ceb4Copy full SHA for a54ceb4
examples/this-that-svc/wasm/build.rs
@@ -1,5 +1,5 @@
1
-use this_that_svc_app::MyService;
2
use sails_builder::Builder;
+use this_that_svc_app::MyService;
3
4
fn main() {
5
Builder::new().build().generate_service_idl::<MyService>();
0 commit comments