git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0

Files: 0a19ff71e90207bdc5e6b22d5470c11617f9f7b0 / 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