mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
26 lines
646 B
Plaintext
26 lines
646 B
Plaintext
import {
|
|
"Nanaloveyuki/BitLogger/src" @bitlogger,
|
|
"Nanaloveyuki/BitLogger/src-async/utils",
|
|
"moonbitlang/core/json",
|
|
"moonbitlang/async",
|
|
"moonbitlang/async/aqueue",
|
|
"moonbitlang/core/env",
|
|
"moonbitlang/core/ref",
|
|
}
|
|
|
|
options(
|
|
targets: {
|
|
"async_logger_shared.mbt": [ "native", "llvm", "js", "wasm", "wasm-gc" ],
|
|
"application_async_logger.mbt": [
|
|
"native",
|
|
"llvm",
|
|
"js",
|
|
"wasm",
|
|
"wasm-gc",
|
|
],
|
|
"library_async_logger.mbt": [ "native", "llvm", "js", "wasm", "wasm-gc" ],
|
|
"async_logger_native.mbt": [ "native", "llvm" ],
|
|
"async_logger_stub.mbt": [ "js", "wasm", "wasm-gc" ],
|
|
},
|
|
)
|