Files
linkding/Makefile
Sascha Ißbrücker 6bba4f35c8 Prefer local snapshot over web archive link in bookmark list links (#1021)
* Prefer local snapshot over web archive link

* Update latest snapshot when it is deleted

* fix filter in migration

* improve migration performance
2025-03-22 19:07:05 +01:00

16 lines
214 B
Makefile

.PHONY: serve
serve:
python manage.py runserver
tasks:
python manage.py run_huey
test:
pytest -n auto
format:
black bookmarks
npx prettier bookmarks/frontend --write
npx prettier bookmarks/styles --write