Skip to content

feat: add bun POC for serving web#1634

Merged
tyler-dane merged 5 commits intomainfrom
feat/webpack-to-bun
Apr 11, 2026
Merged

feat: add bun POC for serving web#1634
tyler-dane merged 5 commits intomainfrom
feat/webpack-to-bun

Conversation

@tyler-dane
Copy link
Copy Markdown
Contributor

No description provided.

@tyler-dane tyler-dane force-pushed the feat/webpack-to-bun branch from 122560a to eca9263 Compare April 11, 2026 00:12
- Changed the web server command in Playwright config to use Bun for development.
- Updated GitHub Actions workflows to use actions/cache@v5 for caching Bun dependencies.
- Modified dev.ts to set NODE_ENV based on the environment variable or default to development.
- Introduced IS_DEV constant to differentiate between development and production environments.
- Updated build configuration to use inline sourcemaps and disable minification in development mode for easier debugging.
- Added conditional live-reload functionality and SSE endpoint for development mode only.
- Implemented a file watcher to rebuild on changes, improving the development workflow.
@tyler-dane tyler-dane marked this pull request as ready for review April 11, 2026 02:06
@tyler-dane tyler-dane merged commit 0a08d5f into main Apr 11, 2026
7 of 8 checks passed
@tyler-dane tyler-dane deleted the feat/webpack-to-bun branch April 11, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant