You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a few questions about parts of the start command that are unclear...
What's the "context" and how does that differ from appLocation or appArtifactLocation?
If I have a folder named static and I want to serve it, it seems like the only way to make this work is to set the context: swa start ./static. swa start --app-location ./static (or using --app) doesn't seem to work.
How does it select the workflow file to use, especially if there's more than one?
Have a few questions about parts of the
startcommand that are unclear...staticand I want to serve it, it seems like the only way to make this work is to set the context:swa start ./static.swa start --app-location ./static(or using--app) doesn't seem to work.--buildwork?