Skip to content

Commit

Permalink
update template for latest tsync version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyMichaelTDM committed May 20, 2024
1 parent 09cae2b commit a1959a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-rust-app_cli/template/.cargo/bin/tsync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pub fn main() {
let inputs = vec![PathBuf::from_iter([dir, "backend"])];
let output = PathBuf::from_iter([dir, "frontend/src/types/rust.d.ts"]);

tsync::generate_typescript_defs(inputs, output, false);
tsync::generate_typescript_defs(inputs, output, false, false);
}
File renamed without changes.

0 comments on commit a1959a8

Please sign in to comment.