- run npm install
- run sapper dev
- on index page press "press me" button
- See in console its communicating together
- Kill app
- Run sapper export --legacy
- Run npx serve sapper/export
- on index page press "press me" button
- See in console it cannot found the /mail.json file