This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/build/getPkgs.js

5 lines
113 B
JavaScript
Raw Permalink Normal View History

/* eslint-disable */
const { getPackagesSync } = require('@lerna/project');
module.exports = getPackagesSync();