waveterm/scripthaus.md

14 lines
295 B
Markdown
Raw Normal View History

2022-06-08 02:25:35 +02:00
# SH2 Commands
```bash
# @scripthaus command webpack-watch
# @scripthaus cd :current
node_modules/.bin/webpack --watch --config webpack.dev.js
```
```bash
# @scripthaus command devserver
# @scripthaus cd :current
node_modules/.bin/webpack-dev-server --config webpack.dev.js --host 0.0.0.0
```