mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 17:34:52 +10:00
release: v4.1.0
This commit is contained in:
@@ -8,7 +8,7 @@ import { configSchema } from "./schema";
|
||||
NestConfigModule.forRoot({
|
||||
isGlobal: true,
|
||||
expandVariables: true,
|
||||
validate: configSchema.parse,
|
||||
validate: (config) => configSchema.parse(config),
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user