Open
Description
Currently the wasp-app-runner
is located in the root of the wasp
repository.
This makes it hard to reuse outside of wasp
repository, and makes it hard for wasp users to use it as well.
The base case scenario would be to make it a npm
package, so it's easily available both to users and us (e.g. in CLI or locally). But currently we holding out of npm
.
Second best scenario is to make it a Github action. But to do that we must move it to a separate repo, as actions can only be defined in the root of the repository. The additional bonus is that the wasp-app-runner
is easier to clone now before we sort out the npm
situation.
Metadata
Metadata
Assignees
Labels
No labels