Skip to content

Commit

Permalink
build(turbo-binding): export turbopack_dev (vercel#4345)
Browse files Browse the repository at this point in the history
### Description

Minor fix from previous PR, actually exposes turbopack_dev.
  • Loading branch information
kwonoj authored Mar 25, 2023
1 parent 4460a82 commit 0a28f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/turbo-binding/src/lib.rs
Original file line number Diff line number Diff line change
@@ -62,6 +62,8 @@ pub mod turbopack {
pub use turbopack_create_test_app as create_test_app;
#[cfg(feature = "__turbopack_css")]
pub use turbopack_css as css;
#[cfg(feature = "__turbopack_dev")]
pub use turbopack_dev as dev;
#[cfg(feature = "__turbopack_dev_server")]
pub use turbopack_dev_server as dev_server;
#[cfg(feature = "__turbopack_ecmascript")]

0 comments on commit 0a28f69

Please sign in to comment.