When I run NODE_ENV=production RPG_TYPE=rpg npm run build
using the DEMO GAME
I get
vite v4.3.8 building for production...
transforming (7) virtual-config-client⚠️ Warning - No spritesheet image found i
n spritesheets\characters folder
node:fs:2817
handleErrorFromBinding(ctx);
^
Error: ENOENT: no such file or directory, copyfile .\test\my-rpg-game\main\spritesheets\characters\female.png' -> 'dist\
standalone\assets\female.png'
This is the demo game and there are spritesheets in the folder. It builds fine if I do it as an MMORPG but not as RPG. I am using Windows if that matters.