Files: 284481336aff35c7602753a00299a59ab2c529b3 / config / defaults.js
131 bytesRaw
1 | const { join } = require('path') |
2 | |
3 | module.exports = { |
4 | services: { |
5 | static: { |
6 | root: join(__dirname, 'assets') |
7 | } |
8 | } |
9 | } |
10 |
Built with git-ssb-web
1 | const { join } = require('path') |
2 | |
3 | module.exports = { |
4 | services: { |
5 | static: { |
6 | root: join(__dirname, 'assets') |
7 | } |
8 | } |
9 | } |
10 |
Built with git-ssb-web