This is a test project to experiment using TypeScript with Muse.
pnpm install
Create a .env
file in the root of the project with the following content:
USERNAME=your-username
HOST=your-host
This 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 build
The deploy script uses jq
. You can install it with brew install jq
.
bash ./scripts/deploy.sh