git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18

Files: 06ba928e6dae6f3bb75720b2d3deee46ebb1dd18 / config / index.js

197 bytesRaw
1const join = require('path').join
2const env = process.env
3const nodeEnv = env.NODE_ENV
4
5module.exports = {
6 render: {
7 },
8 static: {
9 root: join(__dirname, '..', 'build')
10 },
11 api: {
12 }
13}
14

Built with git-ssb-web