mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 15:42:25 +00:00
🚚 Move bitlogger&bitlogger-async to src& src-async
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import {
|
||||
"Nanaloveyuki/BitLogger/src" @bitlogger,
|
||||
"maria/json_parser" @json_parser,
|
||||
"moonbitlang/async" @async,
|
||||
"moonbitlang/async/aqueue" @aqueue,
|
||||
"moonbitlang/core/env" @env,
|
||||
"moonbitlang/core/ref",
|
||||
}
|
||||
|
||||
options(
|
||||
targets: {
|
||||
"async_logger_native.mbt": [ "native", "llvm" ],
|
||||
"async_logger_stub.mbt": [ "js", "wasm", "wasm-gc" ],
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user