microsoft / pxt-mkc

Command line tool for MakeCode editors
https://microsoft.github.io/pxt-mkc/
MIT License
11 stars 6 forks source link

feat: add option to serve built files in a remote environment #60

Closed pelikhan closed 2 years ago

pelikhan commented 2 years ago

In codespace or VM, there is no access to USB drives and the deploy story does not work. This change mounts a barebone webserver that serves the built files.

The web server exclusively serves built files and does not read any file from disk (safe).