···1111On dev machine:
12121313```sh
1414-pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send ./dist-new
1414+pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send --zip ./dist-new
1515```
1616+1717+The `--zip` is required as there is some file name somewhere that croc doesn't like so putting in a zip fixes this.
16181719on server:
1820