For Workes & Pages, what is the name of the domain?
What is the issue or error you’re encountering
How does the build cache work? If it detects a node_modules/ folder, for instance, will it ignore .cache/? I just noticed that changing pnpm-lock.yaml apparently invalidates the entire build cache, so my website has to rebuild all the assets from zero. Can you explain how to cache files in the build cache so that they are not invalidated when the node package manager updates a lock file?