This is a test project to experiment using TypeScript with Muse.
pnpm installCreate a .env file in the root of the project with the following content:
USERNAME=your-username
HOST=your-hostThis will be used to deploy the changes to the Muse processor.
The build is done with tsup. It will generate a dist folder with the compiled JavaScript code in ES5 format.
On a successful build, the deploy script will be run automatically, deploying the changes to the Muse processor.
pnpm buildThe deploy script uses jq. You can install it with brew install jq.
bash ./scripts/deploy.sh