https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add stamp to build script

authored by

Clay and committed by
GitHub
13d18049 4a11c53e

+3
+3
scripts/build.sh
··· 3 3 4 4 npm install -g oxlint oxfmt esbuild html-minifier-terser 5 5 6 + # stamp 7 + echo "$CF_PAGES_COMMIT_SHA" > game/images/Zombies/CX/v.html 8 + 6 9 # lint & format 7 10 oxlint . || true 8 11 oxfmt --write . "**/*.{js,md,html,css,yml}"