mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 00:25:51 +00:00
Fix app not finding target/
directory
This commit is contained in:
parent
849563f6c3
commit
381a00bb49
4
fj.toml
4
fj.toml
@ -5,3 +5,7 @@ default_path = "models"
|
|||||||
# The default models that is loaded, if none is specified. If this is a relative
|
# The default models that is loaded, if none is specified. If this is a relative
|
||||||
# path, it should be relative to `default_path`.
|
# path, it should be relative to `default_path`.
|
||||||
default_model = "star"
|
default_model = "star"
|
||||||
|
|
||||||
|
# The `target/` directory, where compiled model libraries are located. By
|
||||||
|
# default, this is expected to be in the model directory.
|
||||||
|
target_dir = "target"
|
||||||
|
Loading…
Reference in New Issue
Block a user