git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 12b89c112b20cdf2aef4454f6c59cd52a630d9d8

Files: 12b89c112b20cdf2aef4454f6c59cd52a630d9d8 / app / static.js

224 bytesRaw
1import http from 'http'
2
3export default function createStatic (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