Currently, there's no way for Koa to do the following actions:
- Automatically update the runtime files when updated (maybe setting a version variable somewhere?).
- Update the runtime files when it has been modified by the user.
For the second case it will be a little more complicated, since the ideal is not to overwrite the user's changes—after all, the Koa runtime is designed to do whatever you want with it. The latter will take longer as it requires a more sophisticated intervention.
Currently, there's no way for Koa to do the following actions:
1. Automatically update the runtime files when updated (maybe setting a version variable somewhere?).
2. Update the runtime files when it has been modified by the user.
For the second case it will be a little more complicated, since the ideal is not to overwrite the user's changes—after all, the Koa runtime is designed to do whatever you want with it. The latter will take longer as it requires a more sophisticated intervention.