Skip to content

Commit 14a651d

Browse files
author
Ludo Galabru
committed
fix: node-binding build
1 parent c26b063 commit 14a651d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ pub mod deployment;
2525
pub mod generate;
2626
pub mod indexer;
2727
pub mod integrate;
28-
pub mod lsp;
2928
pub mod types;
3029
pub mod utils;
3130

3231
#[cfg(feature = "cli")]
3332
pub mod frontend;
3433
#[cfg(feature = "cli")]
3534
pub mod runnner;
35+
#[cfg(feature = "cli")]
36+
pub mod lsp;

0 commit comments

Comments
 (0)