Add basic support for markdown sources
This commit is contained in:
parent
1848d3cfb6
commit
1c64a941cd
9 changed files with 118 additions and 50 deletions
|
@ -18,6 +18,7 @@
|
|||
"scripts": {
|
||||
"fmt": "bunx --bun biome check --fix",
|
||||
"build": "bun build ./src/index.ts --outfile muse --compile",
|
||||
"demo": "bun run ./src/index.ts -- ./playbill/binding.yaml"
|
||||
"demo": "bun run ./src/index.ts -- ./playbill/binding.yaml",
|
||||
"build:install": "bun run build && mv muse ~/.local/bin/muse"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue