cerc-io / stack-orchestrator

Read-only mirror of https://git.vdb.to/cerc-io/stack-orchestrator
https://git.vdb.to/cerc-io/stack-orchestrator
GNU Affero General Public License v3.0
20 stars 12 forks source link

Create next.config.js if it is missing. #701

Closed telackey closed 6 months ago

telackey commented 6 months ago

In passing, I noticed a non-fatal error like this:

cp: cannot stat 'next.config.js': No such file or directory

When the project didn't have a next.config.js file. I don't know if the project in question would work anyway, but for our purposes starting with a blank cfg is probably OK.