Skip to content

Commit

Permalink
fix: Update specta formatter in API library
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Mar 29, 2024
1 parent 3cc16c3 commit 054f0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/lib/api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ macro_rules! specta_builder {
ts::builder()
.commands(collect_commands![make_request::<$e>])
.path(generate_plugin_path(PLUGIN_NAME))
.config(specta::ts::ExportConfig::default().formatter(specta::ts::prettier))
.config(specta::ts::ExportConfig::default().formatter(specta::js_doc::formatter::prettier))
//.events(collect_events![RandomNumber])
};
}
Expand Down

0 comments on commit 054f0e1

Please sign in to comment.