Last with the old frontend

This commit is contained in:
pacnpal
2025-08-28 11:37:24 -04:00
parent 08a4a2d034
commit c4702559fb
10 changed files with 3434 additions and 6 deletions

View File

@@ -77,3 +77,16 @@ stubPath = "stubs"
[tool.uv.sources]
python-json-logger = { url = "https://github.com/nhairs/python-json-logger/releases/download/v3.0.0/python_json_logger-3.0.0-py3-none-any.whl" }
[tool.pixi.workspace]
channels = ["conda-forge"]
platforms = ["osx-arm64"]
[tool.pixi.pypi-dependencies]
thrillwiki = { path = ".", editable = true }
[tool.pixi.environments]
default = { solve-group = "default" }
dev = { features = ["dev"], solve-group = "default" }
[tool.pixi.tasks]