mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
|
|
import serve from './serve'
|
|
|
|
export default (Gun, dir) => { // TODO: where did __dirname go ?
|
|
Gun.serve = serve(dir)
|
|
return Gun
|
|
}
|