Files: 6d09dd8687c742866f2799345a876eaf0d9f002d / config / index.js
197 bytesRaw
1 | const join = require('path').join |
2 | const env = process.env |
3 | const nodeEnv = env.NODE_ENV |
4 | |
5 | module.exports = { |
6 | render: { |
7 | }, |
8 | static: { |
9 | root: join(__dirname, '..', 'build') |
10 | }, |
11 | api: { |
12 | } |
13 | } |
14 |
Built with git-ssb-web