This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
examples/exchange-files-in-browser Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " exchange-files-browser" ,
3
3
"version" : " 0.0.0" ,
4
4
"scripts" : {
5
- "bundle" : " browserify public/js/ app.js > public/js /bundle.js" ,
5
+ "bundle" : " browserify public/app.js > public/bundle.js" ,
6
6
"dev" : " npm run bundle && npm run start" ,
7
7
"start" : " http-server -c-1 -p 12345 public"
8
8
},
File renamed without changes.
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ function start () {
36
36
config : {
37
37
Addresses : {
38
38
Swarm : [
39
- '/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star'
40
- // '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star'
39
+ // '/dns4/wrtc-star.discovery.libp2p.io/tcp/443/wss/p2p-webrtc-star'
40
+ '/dns4/ws-star.discovery.libp2p.io/tcp/443/wss/p2p-websocket-star'
41
41
]
42
42
}
43
43
}
Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
- < link rel ="stylesheet " href ="css/ app.css ">
5
+ < link rel ="stylesheet " href ="app.css ">
6
6
< title > IPFS - Transfer Files</ title >
7
7
</ head >
8
8
@@ -69,7 +69,7 @@ <h2>Files</h2>
69
69
70
70
<!-- The IPFS node module -->
71
71
< script src ="//unpkg.com/ipfs/dist/index.js "> </ script >
72
- < script src ="js/ app.js "> </ script >
72
+ < script src ="app.js "> </ script >
73
73
<!-- <script src="js/bundle.js"></script> -->
74
74
</ body >
75
75
</ html >
You can’t perform that action at this time.
0 commit comments