git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 2701b2aa389b3a8acde4ec8c6b2ffe3b13cc49a4

Files: 2701b2aa389b3a8acde4ec8c6b2ffe3b13cc49a4 / config / defaults.js

191 bytesRaw
1const { join } = require('path')
2const env = process.env
3const nodeEnv = env.NODE_ENV
4
5module.exports = {
6 static: {
7 root: join(__dirname, '..', 'build')
8 },
9 port: env.PORT || 5000
10}
11

Built with git-ssb-web