Skip to content

v1.5.0

Choose a tag to compare

@kristof-siket kristof-siket released this 20 Aug 11:37
· 13 commits to main since this release
3dfd635

Adds a no-build mode: build-command: none skips the build phase in both deploy and destroy modes, for apps with no build step (for example a stock Bun app that runs its TypeScript source directly). The exact value none is required — an empty input still defaults to npm run build, and any other value runs verbatim. Exercised end to end on a stock Elysia repo before tagging (#9). v1 now points here.