git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 96cd501395a5a7184948ba07a7ea02a05ae9f23a

Files: 96cd501395a5a7184948ba07a7ea02a05ae9f23a / app / static.js

216 bytesRaw
1import http from 'http'
2
3export function createServer (config) {
4 const ecstatic = config.livereload ?
5 require('ecstatic-lr') : require('ecstatic')
6
7 return http.createServer(
8 ecstatic(config.static)
9 )
10}
11

Built with git-ssb-web