-
-
Notifications
You must be signed in to change notification settings - Fork 786
Closed
Labels
Description
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
- Would you be willing to help implement this feature?
Reactions are currently unavailable