Static sites. agentcell deploy no longer needs a Dockerfile: a folder with an index.html is served as-is, and a package.json with a build script is built on the platform and its dist/, build/ or out/ is served. See the README's "What deploy accepts".
- The upload leaves out
node_modules/and the.next/,.svelte-kit/,.turbo/,.parcel-cache/and.vite/caches at any depth;dist/,build/andout/are still sent. Older clients uploadnode_modules/, which usually exceeds the upload limit for a frontend project. deployandpscan report kindstatic; a static site has no port.
Full Changelog: v0.1.3...v0.1.4