nimbella/netlify-plugin-nimbella

Feature: allow project deploy include web

Closed this issue · 1 comments

The project deployment currently ignores the web folder explicitly. Amend the build configuration to allow the inclusion of the web folder.

await run.command(`nim project deploy . --exclude=web`);

This feature could be togged with a netlify env var NIMBELLA_DEPLOY_WEB set to true.

Closed by 2d47030.