Describe the feature
Currently when building in Nuxt, Nitro caches list of assets in server/chunks/nitro/nitro.mjs and serves only those assets, ignoring actual contents of public.
However, I want to keep serving static assets from previous deployment, which are in public directory. It would be awesome if there was an option to read public directory on startup instead of serving hardcoded set of assets.
Additional information
Describe the feature
Currently when building in Nuxt, Nitro caches list of assets in
server/chunks/nitro/nitro.mjsand serves only those assets, ignoring actual contents ofpublic.However, I want to keep serving static assets from previous deployment, which are in
publicdirectory. It would be awesome if there was an option to readpublicdirectory on startup instead of serving hardcoded set of assets.Additional information