Just like workers, pages functions don't run on Node, and they don't have access to the operating sy

Just like workers, pages functions don't run on Node, and they don't have access to the operating system. You can't run binaries on pages functions. You could, however, run stuff like that during build
Was this page helpful?