KyleJune / deno-tailwind-ui-react-example

An example of how you can use Tailwind UI and React with Deno
20 stars 5 forks source link

Fix serving bundle and other static files from deploy #10

Open KyleJune opened 2 years ago

KyleJune commented 2 years ago

This issue was introduced when I switched to using oak. Once the following issue is resolved, update oak. If deno deploy updates first to support Deno.stat(), this issue can be closed.

https://github.com/oakserver/oak/issues/416

KyleJune commented 2 years ago

It looks like this issue will be resolved sometime soon. I was given early access to new filesystem APIs with deno deploy and it's now working.