bpms_site/.svn/pristine/cb/cbb4cacef5b5316bbf704297c85322ed62a9057c.svn-base
2025-11-02 16:38:49 +03:30

7 lines
194 B
Plaintext

'use strict';
throw new Error(
'The React Server Writer cannot be used outside a react-server environment. ' +
'You must configure Node.js using the `--conditions react-server` flag.'
);