mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
* wip: initial kafka support
* wip: kafka search queue
* wip: kafka consumer
* wip: create/delete docs
* reindexing works
* reindex in more places
* also incrementally update server pings
* cleanup
* tombi
* fix ci
* update tombi
* prepare
* fix ci
* fix
* fix PLEASE
* 🙏
* add route to force reindex project
10 lines
255 B
TOML
10 lines
255 B
TOML
[files]
|
|
exclude = ["target/", "**/node_modules/"]
|
|
|
|
# required since Tauri doesn't support TOML v1.1.0
|
|
# and breaks on inline tables with newlines
|
|
[[schemas]]
|
|
toml-version = "v1.0.0"
|
|
path = "tombi://www.schemastore.org/cargo.json"
|
|
include = ["Cargo.toml"]
|