persona-community-5/.pnpm-store/v3/files/53/171bd770988c083b84bc749dd971fabafa06c03ea9392e325476855a8ec144fcb7eeab91de2ffb7189f4e185555d6fa5d27c5646baa6beace551ea70a89e46
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
106 B
Plaintext

import { isNode } from 'detect-node-es';
export var env = {
isNode: isNode,
forceCache: false,
};