Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 64ec68a

Browse files
committed
Migrate to uv
1 parent d4bb63e commit 64ec68a

File tree

4 files changed

+364
-394
lines changed

4 files changed

+364
-394
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ help: ## this help dialog
55
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
66

77
serve: ## serve project locally for development
8-
poetry run lektor serve -f scsscompile
8+
uv run lektor serve -f scsscompile
99

1010
build: ## build project for hosting
11-
poetry run lektor build -f scsscompile --output-path output
11+
uv run lektor build -f scsscompile --output-path output

poetry.lock

Lines changed: 0 additions & 378 deletions
This file was deleted.

0 commit comments

Comments
 (0)