git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 8ff89763aa5a55ca923acb5f2228036e30440737

Files: 8ff89763aa5a55ca923acb5f2228036e30440737 / 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