Make init command initialize data dir (#1292)

This commit is contained in:
Alexander Lehmann
2026-01-25 18:27:11 +01:00
committed by GitHub
parent f67c4605fd
commit dfbba20275

View File

@@ -2,6 +2,7 @@
init:
uv sync
[ -d data ] || mkdir data data/assets data/favicons data/previews
uv run manage.py migrate
npm install
@@ -34,4 +35,4 @@ e2e:
uv run pytest bookmarks/tests_e2e -n auto -o "python_files=e2e_test_*.py"
frontend:
npm run dev
npm run dev