New theme package created on a fresh frontity project is not rebuilding after I changed ./packages/new-theme/src/index.js
Description
I am new to frontity. I just created a fresh frontity project by following the instruction on https://tutorial.frontity.org/
I created a new package using
npx frontity create-package new-theme
I made changes to the
frontity.settings.js
I edited the index.js of the new package
then I started the project using
npx frontity dev
But the changes I made are not visible
Error messages & System info
No errors
Code repository and/or site URL
Here is the live instance - infallible-morning-docyn6 - CodeSandbox
Other information
I understand that the core team of Frontity has joined Automattic and as a result the project is not actively developed anymore. But any help, pointing me in the right direction is appreciated.