mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 02:59:42 +02:00
update development scripts
This commit is contained in:
parent
791211f787
commit
0e8e2971d0
7 changed files with 171 additions and 70 deletions
|
@ -1,7 +1,7 @@
|
|||
{% for api in files.files %}
|
||||
import { {{ api }}API } from "./{{api}}.js" {% endfor %}
|
||||
import { {{ api.camel }}API } from "./interfaces/{{ api.slug }}" {% endfor %}
|
||||
|
||||
export const api = {
|
||||
{% for api in files.files %}
|
||||
{{api}}: {{api}}API, {% endfor %}
|
||||
{{api.camel}}: {{api.camel}}API, {% endfor %}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue