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