github / codespaces-preact

MIT License
74 stars 48 forks source link

Update openFiles #10

Closed emisargent closed 1 year ago

emisargent commented 1 year ago

Fixes https://github.com/github/codespaces/issues/12141

We removed the src/components/app.js file in https://github.com/github/codespaces-preact/pull/9, moving most of the code into src/index.js for Node 19 compatibility. This updates the devcontainer to reflect that change.