-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Hi there! Thanks for this project, looks really useful!
I wanted to ask if it would be out of scope to allow creation of a sandbox using multiple files instead of a single file.
And if that is not out of scope, to take it one step further - to allow recursive directories with files within them?
Oh, and I'm assuming that this can be used with local files too (private repo) - while reading the docs quickly it seemed like this may be possible.
My use case is that I have example folders with multiple HTML, CSS, JavaScript and TypeScript files in them, and I would like to generate a Sandbox URL with these files (should be updated when the files are updated).
Up until now I've been using the excellent elboman/gatsby-remark-embedded-codesandbox, but I would like to move away from Gatsby and so I'm looking at other alternatives.