Replies: 1 comment 4 replies
-
I really like that idea and it's something we've been thinking about recently. Should be possible to create routes, islands and everything else without relying on the file system notation. Hoping to add that in the future. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently to my knowledge there's no way to deploy a fresh site as a third party module and then use that module to deploy a site. because fresh depends on the file system being intact at runtime, I'd love a way to be able to take a fresh site publish it as a third party module open up the deno deploy playground and create the server with a handful of lines, something like this
I'm pretty sure this is isn't possible because the way that the islands routing works and looks at the local file system for the files in Islands folder, I think that this should be more dynamic in general and we should allow for remote Islands to exist as well this is another issue I think I've brought up in other discussions
this feature would potentially allow anybody to create a Shopify wrapper that can be used by everybody, and then you could pass in your Shopify API credentials and have a shop that's ready to go have a config field for the logo for example.
I think there's a lot of usage out of getting a portable server.
Beta Was this translation helpful? Give feedback.
All reactions