Nested directories are not working in Static Assets
Hi, I am creating a Hello World Static Assets worker. I want to have nested folders inside the
But when I tried it,
public directory, so that my URLs will look like below t1/hello.html , t2/en.json etc.But when I tried it,
wrangler deploy keeps ignoring nested directories and only uploading the files inside the public directory.