Merge branch 'main' into debugging-client

This commit is contained in:
MihailRis
2025-11-17 19:24:04 +03:00
7 changed files with 102 additions and 10 deletions
+18
View File
@@ -173,3 +173,21 @@ app.create_memory_device(
```
Creates an in-memory filesystem.
```lua
app.get_content_sources() -> table<string>
```
Returns a list of content sources (paths), in descending priority order.
``lua
app.set_content_sources(sources: table<string>)
```
Sets a list of content sources (paths). Specified in descending priority order.
``lua
app.reset_content_sources()
```
Resets content sources.