mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
6 lines
78 B
JavaScript
Executable File
6 lines
78 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { runMain } from '../dist/index.mjs';
|
|
|
|
runMain();
|