owner action
Unzip into a separate folder, compare report file, copy files into repo, and do not copy node_modules/.next/.env.local.
Archive
How to replace the project with the latest zip without losing env or reverting to an old version.
First launch step: confirm the repository contains the latest patch pack.
owner action
Unzip into a separate folder, compare report file, copy files into repo, and do not copy node_modules/.next/.env.local.
evidence
stop if
commands
unzip -tq latest.zipnpm ci --ignore-scripts --no-audit --no-fundnpm run typecheck -- --pretty falserelated