7 lines
127 B
TOML
7 lines
127 B
TOML
[general]
|
|
# Directories to search for templates, relative to the crate root.
|
|
dirs = [
|
|
"src/pages",
|
|
"src/components",
|
|
]
|