Node-Red configuration
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Makefile 139B

1234567891011
  1. build: components index.js
  2. @component build
  3. components:
  4. @Component install
  5. clean:
  6. rm -fr build components template.js
  7. .PHONY: clean