next.js
f46db1c4 - Pass projectDir to adapter modifyConfig (#93916)

Commit
105 days ago
Pass projectDir to adapter modifyConfig (#93916) Adapters implementing `modifyConfig` may need to know the absolute project directory to perform path resolution or apply directory-specific configuration logic. Without this value, adapters had no reliable way to determine where the application lives on disk. onBuildComplete already received the directory as a parameter.
Author
Parents
Loading