Package.json Path
修改时间:2025-01-17T09:55:24+08:00
Explanation:
- The “package.json path” refers to the path where the package.json file of the project is located.
- If it is not filled in, the path of the package.json file will be defaulted to the root directory of the project.
- If the package.json file is not in the root directory of the project, the content needs to be filled in according to the rules.
- Taking the following figure as an example, the package.json file of the project “cloud-continue-deliver” is not in the root directory but in the
front/aom
directory. In this case, the path of package.json should be filled in as follows:
./front/aom/
