git ssb

0+

dangerousbeans / Entropy_contracts



Tree: 0288fd21356a15c8f3f95a9f431bc370405ac46c

Files: 0288fd21356a15c8f3f95a9f431bc370405ac46c / 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