npm.io
1.0.11 • Published 3 years ago

stellar-fox

Licence
ISC
Version
1.0.11
Deps
3
Size
43 kB
Vulns
0
Weekly
0

stellar-fox

Static Virtual Hosting

Usage


import sf from 'stellar-fox';

const conf = {

  virtual:[

    { name: 'catpea.net', root:'./www/catpea-net' },
    { name: 'catpea.com', root:'./www/catpea-com' },
    { name: 'catpea.org', root:'./www/catpea-org' },

  ],
}

sf(conf);