mirror of
https://gitee.com/honghuangdc/soybean-admin-element-plus.git
synced 2025-12-30 10:22:25 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
|
|
#!/usr/bin/env node
|
||
|
|
|
||
|
|
const path = require('path');
|
||
|
|
const jiti = require('jiti')(__filename);
|
||
|
|
|
||
|
|
jiti(path.resolve(__dirname, './src/index.ts'));
|