mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 03:05:07 +08:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
import { winPath } from '@fesjs/utils';
|
|
import { dirname } from 'path';
|
|
|
|
export const runtimePath = winPath(
|
|
dirname(require.resolve('@fesjs/runtime/package.json'))
|
|
);
|