This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
kennyh
/
emqx4.3
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
build(emqx_plugin_libs): add rebar.config to help mix build
Zaiming (Stone) Shi
4 年 前
親
1eaac9ea12
コミット
b5e7344752
1 ファイル変更
、
2 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
apps/emqx_plugin_libs/rebar.config
+ 2
- 0
apps/emqx_plugin_libs/rebar.config
ファイルの表示
@@ -0,0 +1,2 @@
+{deps, [ {emqx, {path, "../emqx"}}
+ ]}.