mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
295 B
295 B
SH2 Commands
# @scripthaus command webpack-watch
# @scripthaus cd :current
node_modules/.bin/webpack --watch --config webpack.dev.js
# @scripthaus command devserver
# @scripthaus cd :current
node_modules/.bin/webpack-dev-server --config webpack.dev.js --host 0.0.0.0