File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ build/Release
3232# Dependency directories
3333node_modules /
3434jspm_packages /
35+
36+ # Build directories
3537build /
38+ dist /
3639
3740# TypeScript v1 declaration files
3841typings /
Original file line number Diff line number Diff line change 11services :
22 collector :
3- image : otel/opentelemetry-collector:0.118.0
3+ image : otel/opentelemetry-collector:nightly
44 command : ["--config=/conf/collector-config.yaml"]
55 volumes :
66 - ./collector-config.yaml:/conf/collector-config.yaml
Original file line number Diff line number Diff line change 55 "description" : " Example of using web plugins in browser" ,
66 "main" : " index.js" ,
77 "scripts" : {
8+ "build" : " webpack --config ./webpack.config.js" ,
89 "docker:start" : " cd ./docker && docker compose down && docker compose up" ,
910 "docker:startd" : " cd ./docker && docker compose down && docker compose up -d" ,
1011 "start" : " webpack-dev-server --progress --color --port 8090 --config ./webpack.config.js --hot --host 0.0.0.0"
You can’t perform that action at this time.
0 commit comments