fix: switch to @iarna/toml as toml parser, handle raw dates in datetime field (#715)
This commit is contained in:
committed by
GitHub
parent
804c09415b
commit
95e64792dd
@ -76,6 +76,7 @@ export type ValueOrNestedValue =
|
||||
| (string | number)[]
|
||||
| boolean
|
||||
| ObjectValue
|
||||
| Date
|
||||
| ValueOrNestedValue[]
|
||||
| null
|
||||
| undefined;
|
||||
|
Reference in New Issue
Block a user