mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
Довил module export
This commit is contained in:
parent
69ba15ca8c
commit
acd497cf91
1 changed files with 3 additions and 1 deletions
|
@ -17,3 +17,5 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
||||||
|
module.exports = {main};
|
Loading…
Add table
Reference in a new issue