diff --git a/.gitignore b/.gitignore index a547bf3..088739f 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* +yarn.lock node_modules dist diff --git a/README.md b/README.md index 57660b9..3c0e289 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # tsdd-control * NODE_ENV node环境变量 * APP_ENV 应用环境变量 + - dev 开发环境 + - pord 生产环境 +* IS_CONFIG 是否添加配置文件 ## 安装 @@ -20,6 +23,12 @@ pnpm dev pnpm build ``` +## 配置文件编译 + +``` sh +pnpm build:config +``` + ## 本地预览 > 先执行编译再执行该命令 diff --git a/public/index.html b/index.html similarity index 79% rename from public/index.html rename to index.html index 84cd89c..5212a9f 100755 --- a/public/index.html +++ b/index.html @@ -6,11 +6,11 @@