git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 284481336aff35c7602753a00299a59ab2c529b3

Files: 284481336aff35c7602753a00299a59ab2c529b3 / 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