mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
5 lines
108 B
Rust
5 lines
108 B
Rust
#[cfg(feature="napi")] extern crate napi_build;
|
|
|
|
fn main() {
|
|
#[cfg(feature="napi")] napi_build::setup();
|
|
} |