persona-community-5/.pnpm-store/v3/files/40/7fd03fed7743a2d17ef20e8173b26fe1ede04a4ceefd27452ca33cc0b811e1d3e9b62685c07509a96248ad080d58a69a8af049fba2af1c6bc3ca4090e3a923
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
126 B
Plaintext

import hash from 'object-hash'
export default function hashConfig(config) {
return hash(config, { ignoreUnknown: true })
}