2022-03-26 20:24:14 +08:00

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'))
);