An experimental TypeSpec syntax for Lexicon

bla

Changed files
+2 -1
.tangled
workflows
+2 -1
.tangled/workflows/deploy.yaml
··· 12 12 - name: install and build 13 13 command: | 14 14 npx pnpm install 15 - cd packages/website && npx pnpm run build 15 + cd packages/emitter && npx pnpm run build 16 + cd ../website && npx pnpm run build 16 17 cd ../playground && npx pnpm run build 17 18 - name: deploy playground 18 19 command: |