add make
This commit is contained in:
@@ -15,6 +15,9 @@ openapi:
|
|||||||
seeds:
|
seeds:
|
||||||
uv run -m cli.seeds
|
uv run -m cli.seeds
|
||||||
|
|
||||||
|
jupyter:
|
||||||
|
uv run --with jupyter jupyter lab
|
||||||
|
|
||||||
pytest:
|
pytest:
|
||||||
uv run pytest
|
uv run pytest
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,10 @@ html:has(dialog[open]) {
|
|||||||
@apply overflow-hidden;
|
@apply overflow-hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
@apply bg-lime-400 text-black;
|
||||||
|
}
|
||||||
|
|
||||||
/* Pagefind */
|
/* Pagefind */
|
||||||
.pagefind-ui__form {
|
.pagefind-ui__form {
|
||||||
@apply flex;
|
@apply flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user