Closed danielbayley closed 4 months ago
Allow reading config from civetConfig property in package.json.
civetConfig
package.json
Includes support for pnpm package.yaml, and maybe a starting point for the implementation of support for different config file formats, as @STRd6 mentioned in https://github.com/DanielXMoore/Civet/issues/647#issuecomment-1693542267.
pnpm
package.yaml
Allow for parsing different config file extensions based on what modules exist in the local user project
Related to #1239.
This looks helpful, thanks!
Allow reading config from
civetConfig
property inpackage.json
.Includes support for
pnpm
package.yaml
, and maybe a starting point for the implementation of support for different config file formats, as @STRd6 mentioned in https://github.com/DanielXMoore/Civet/issues/647#issuecomment-1693542267.Related to #1239.