แก้คำนวนเงินเดือน
This commit is contained in:
parent
c024cc27f1
commit
6e1560b91d
2 changed files with 331 additions and 952 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -50,7 +50,7 @@ export const AppDataSource = new DataSource({
|
|||
password: process.env.DB_PASSWORD,
|
||||
connectorPackage: "mysql2",
|
||||
synchronize: false,
|
||||
logging: ["query", "error"],
|
||||
logging: true,
|
||||
entities:
|
||||
process.env.NODE_ENV !== "production"
|
||||
? ["src/entities/**/*.ts"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue