mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-14 02:48:06 +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();
|