polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
169 stars 54 forks source link

project manifest: default source paths #1911

Closed krisbitney closed 9 months ago

krisbitney commented 9 months ago

This PR adds default source paths to project manifests. If the user's schema and module entry point are in the default locations, the paths no longer need to be specified in the project manifest.

Closes https://github.com/polywrap/cli/issues/1909