Skip to content

Commit 5fc5110

Browse files
JacobCoffeeclaude
andauthored
feat: migrate from nodeenv to bunenv for Bun environment management (#136)
Co-authored-by: Claude <[email protected]>
1 parent 1ba3f69 commit 5fc5110

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install-prek: ## Install prek and install hooks
5353
.PHONY: install-frontend
5454
install-frontend: ## Install the frontend dependencies
5555
@echo "=> Installing frontend dependencies"
56-
@nodeenv --python-virtualenv
56+
@bunenv --python-virtualenv --bun=latest
5757
@bun install
5858
@echo "=> Frontend dependencies installed"
5959

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dev = [
3838
"codespell>=2.2.6",
3939
"prek>=0.2.18",
4040
"pytailwindcss>=0.2.0",
41+
"bunenv>=0.1.0",
4142
"sourcery>=1.14.0",
4243
"ty>=0.0.1a26",
4344
"aiosqlite>=0.21.0",

uv.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)