jclusso / strapi-plugin-netlify-deployments

Strapi v4 plugin to trigger and monitor a deployment on Netlify
https://jclusso.github.io/strapi-plugin-netlify-deployments/
MIT License
8 stars 11 forks source link

config/plugins.js not existent by default #4

Closed brfignoni closed 1 month ago

brfignoni commented 1 year ago

Hello,

Thank you for writting the netlify + strapi plugin tutorial.

Enable plugin configuration Open config/plugins.js file and add the netlify-deployments entry:

As of strapi version 4.11.1, the "config" folder is inexistent, as well as the plugins.js file. You have to create the folder and the file manually. I think you should update the documentation, because it is confusing.

jclusso commented 1 year ago

@brfignoni where is this documented? Their project structure clearly shows this folder still exists.