1
0
Fork 0
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:
hay-kot 2021-08-01 19:24:05 -08:00
parent 791211f787
commit 0e8e2971d0
7 changed files with 171 additions and 70 deletions

View file

@ -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 %}
}