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