Pf2eToolsOrg/Pf2eTools

GM Screen is broken without search/index.json

7m0E7TRWiyc7eJlETAgDR-rp6HLJf2yvSnJLuQL opened this issue · 2 comments

After cloning the repository and running a server on it, I noticed that it was failing with an error of 'search/index.json' 404. After copying the index.json from pf2etools.com and creating a 'search' folder to place it in, the gm screen works.
index.json

Did you npm run build before npm run serve:dev? You might very well need to rebuild the index yourself using the former command.

Closing as stale.