mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +00:00
6 lines
137 B
Plaintext
Executable File
6 lines
137 B
Plaintext
Executable File
{
|
|
"connection": "<%= connection %>",
|
|
"collectionName": "<%= humanizeId %>",
|
|
"attributes": <%- JSON.stringify(api, null, '\t') %>
|
|
}
|