git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 51f5f8f504793351faa020ae6f5b8826c175aceb

Files: 51f5f8f504793351faa020ae6f5b8826c175aceb / config / defaults.js

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

Built with git-ssb-web