superfly / fly

Deploy app servers close to your users. Package your app as a Docker image, and launch it in 17 cities with one simple CLI.
https://fly.io
985 stars 47 forks source link

fix: `fly new` and `fly server` can't find examples #178

Closed michaeldwan closed 6 years ago

michaeldwan commented 6 years ago

Examples are distributed in the @fly/fly package and consumed from commands in @fly/core, but @fly/fly isn't a dependency of @fly/core so example paths fail to resolve in some cases. This moves examples to a dedicated @fly/examples package to avoid a cycle.

Fixes #176