mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 10:13:35 -05:00
Files
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
{% for api in files.files %}
|
|||
import { {{ api }}API } from "./{{api}}.js" {% endfor %}
|
|||
|
|||
export const api = {
|
|||
{% for api in files.files %}
|
|||
{{api}}: {{api}}API, {% endfor %}
|
|||
}
|