diff --git a/README.md b/README.md index a8c7fe6b5..d37bd0814 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker run -d --network=host --name doc-gpt \ -e MY_MAIL=your email\ -e MAILE_CODE=your email code \ -e TOKEN_KEY=任意一个内容 \ - -e MONGODB_URI="mongodb://aha:ROOT_root123@127.0.0.0:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false" \ + -e MONGODB_URI="mongodb://user:password@127.0.0.0:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false" \ imageName:tag docker logs doc-gpt diff --git a/tsconfig.json b/tsconfig.json index fa4b956b4..c193e0a06 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,9 +17,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"] - }, - "declaration": true + } }, - "include": ["next-env.d.ts", "src/**/*"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.d.ts"], "exclude": ["node_modules"] }