Feature: improve runtime bootstrapping #7

Open
opened 2025-09-02 20:28:57 +00:00 by amartin · 0 comments
amartin commented 2025-09-02 20:28:57 +00:00 (Migrated from codeberg.org)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
NTBBloodbath/koa#7
No description provided.