3 lines
148 B
Markdown
Raw Normal View History

2025-01-12 00:52:51 +08:00
We can add a download button to the UI using `downloadButton()`, and write
the content of the file in `downloadHandler()` in the `server` function.