got terminal rendering working

This commit is contained in:
sawka
2023-03-29 01:05:36 -07:00
parent e83abeaa5b
commit 99cf937ffd
8 changed files with 382 additions and 49 deletions
+6
View File
@@ -55,6 +55,12 @@ node_modules/.bin/webpack-dev-server --config webpack.share.dev.js --host 127.0.
node_modules/.bin/tsc --jsx preserve --noEmit --esModuleInterop --target ES5 --experimentalDecorators --downlevelIteration src/sh2.ts
```
```bash
# @scripthaus command typecheck-webshare
# @scripthaus cd :playbook
node_modules/.bin/tsc --jsx preserve --noEmit --esModuleInterop --target ES5 --experimentalDecorators --downlevelIteration src/webshare.ts
```
```bash
# @scripthaus command build-package
# @scripthaus cd :playbook