git ssb

0+

dangerousbeans / Entropy_contracts



Tree: 25d9fd85ca626b6d4aa65e6db5766def8b7741c0

Files: 25d9fd85ca626b6d4aa65e6db5766def8b7741c0 / truffle.js

248 bytesRaw
1module.exports = {
2 build: {
3 "index.html": "index.html",
4 "app.js": [
5 "javascripts/app.js"
6 ],
7 "app.css": [
8 "stylesheets/app.css"
9 ],
10 "images/": "images/"
11 },
12 rpc: {
13 host: "localhost",
14 port: 8545
15 }
16};
17

Built with git-ssb-web