fix: replace faker with community fork faker-js/faker (#1408)
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1408 Reviewed-by: konrad <k@knt.li> Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:

committed by
konrad

parent
cae351d9bd
commit
6db0559b81
4
src/types/faker.d.ts
vendored
Normal file
4
src/types/faker.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
declare module '@faker-js/faker' {
|
||||
import faker from 'faker'
|
||||
export default faker
|
||||
}
|
Reference in New Issue
Block a user