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

Commit a6e2a96

Browse files
committed
Migrate to uv
1 parent d4bb63e commit a6e2a96

5 files changed

Lines changed: 379 additions & 394 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
output
12
assets/static/style/style.css
23

34
# Created by https://www.gitignore.io/api/vim,git,sass,linux,macos,emacs,python,windows,pycharm,textmate,sublimetext,visualstudiocode

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)