mirror of
https://github.com/fluencelabs/examples
synced 2025-06-07 15:11:20 +00:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
|
import { main } from './main.js';
|
||
|
|
||
|
main().catch((e) => console.error('error: ', e));
|