git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 6d09dd8687c742866f2799345a876eaf0d9f002d

Files: 6d09dd8687c742866f2799345a876eaf0d9f002d / 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