Serverside

Fixes / fxmanifest ** glob silently skips nested files

Resources · medium severity · found by hand

fxmanifest ** glob silently skips nested files

Assets exist on disk but behave as if missing; no error printed.

What it means

<resource> uses ** globs in files{} — nested metas are not being picked up.

How to fix it

  1. Replace the glob with explicit per-file paths for the nested files.