8 lines
413 B
TOML
8 lines
413 B
TOML
# Two template roots. `templates` is this app's own; `penguinui-components` is
|
|
# the Penguin UI library checked in beside it, included from templates by its
|
|
# own path (e.g. "toast-notification/stacking-toast-notification.html") so the
|
|
# component files stay exactly as the library ships them — no vendored copies
|
|
# to re-sync when the library is updated.
|
|
[general]
|
|
dirs = ["templates", "penguinui-components"]
|