sveltejs / sites

Monorepo for the sites in the Svelte ecosystem
https://svelte.dev
MIT License
286 stars 123 forks source link

Store Svelte version in REPL and add it to `/apps` links #548

Open brunnerh opened 6 months ago

brunnerh commented 6 months ago

REPLs can be opened with any Svelte version but may only work with a specific one as intended.

It would be helpful if the version would be stored in the REPL on save and added to the links in the /apps listing, so that on re-opening from there, chances are higher that it still works.