增加beta测试开发环境和包环境

This commit is contained in:
aixianling
2022-06-06 16:02:33 +08:00
parent a0cf4601b7
commit d819783b21
43 changed files with 21 additions and 0 deletions

12
project/beta/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "dvcp-apps-beta",
"description": "β版本应用测试",
"version": "1.0.0",
"main": "dist/dvcp-apps-beta.common.js",
"files": [
"dist"
],
"dependencies": {
"dvcp-ui": "^1.42.2"
}
}