This task is to just make the asset builder and link it to the internal HTTP server
- scan the selected app assets
$(pwd)/apps/${app_name}/${app_dist}
- create a base64 k/v list, keys arranged for faster retrieval, the build process being costly is OK
- HTTP asset module, endpoint something like:
http://0.0.0.0:36911/static/app/${app_name}/${request.file}
- test cases for the above working & breaking .
That's enough for this task, adding to the binary compile can be integrated into the IDE functionality of the file manager app
This task is to just make the asset builder and link it to the internal HTTP server
$(pwd)/apps/${app_name}/${app_dist}http://0.0.0.0:36911/static/app/${app_name}/${request.file}That's enough for this task, adding to the binary compile can be integrated into the IDE functionality of the file manager app