git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 453415ff8c39236fa04e083f4432d09b33f4b838

Files: 453415ff8c39236fa04e083f4432d09b33f4b838 / 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