Skip to content

v0.1.4

Latest

Choose a tag to compare

@AkMo3 AkMo3 released this 25 Sep 11:20
· 1 commit to main since this release
2598851

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/ and out/ are still sent. Older clients upload node_modules/, which usually exceeds the upload limit for a frontend project.
  • deploy and ps can report kind static; a static site has no port.

Full Changelog: v0.1.3...v0.1.4