修改了conf.json的读取路径
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import { EscortRecordSchema } from "./schema/escort_record.js"
|
||||
import { HealthProfileSchema } from "./schema/health_profile.js"
|
||||
import { OrganizationSchema } from "./schema/organization.js"
|
||||
import { EmployeeSchema } from "./schema/employee.js"
|
||||
import config from '../conf.json' with { type: 'json' };
|
||||
import config from '../config.js';
|
||||
import logger from '../utils/logger.js';
|
||||
|
||||
class MongoDBSchema {
|
||||
|
||||
Reference in New Issue
Block a user