Skip to content

Commit

Permalink
docs: add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jan 4, 2025
1 parent 0c35fa8 commit 5963d2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/processAgent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@midwayjs/process-agent",
"version": "4.0.0-alpha.1",
"private": true,
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions packages/sequelize/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import { Model } from 'sequelize-typescript';
importConfigs: [
{
default: {
sequelize: {
validateConnection: true,
},
sequelize: {},
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion packages/sequelize/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ describe('/test/index.test.ts', () => {
dialect: 'mysql',
host: '',
port: 3306,
validateConnection: false,
},
},
validateConnection: false,
},
},
});
Expand Down
1 change: 1 addition & 0 deletions packages/tags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@midwayjs/tags",
"version": "4.0.0-alpha.1",
"private": true,
"description": "Midway Tag System",
"main": "dist/index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 5963d2f

Please sign in to comment.