git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: a911726b99b0e4c5da2f7dd6d4905059b64b9500

Files: a911726b99b0e4c5da2f7dd6d4905059b64b9500 / config / defaults.js

131 bytesRaw
1const { join } = require('path')
2
3module.exports = {
4 services: {
5 static: {
6 root: join(__dirname, 'assets')
7 }
8 }
9}
10

Built with git-ssb-web