parent
86a7b7c790
commit
596bea5608
@ -1,4 +1,4 @@
|
|||||||
const HappySite = require('./src/happySite.js')
|
const Siteomat = require('./src/siteomat.js')
|
||||||
|
|
||||||
const happySite = new HappySite('./example/site', './example/views', './public')
|
const siteomat = new Siteomat('./example/site', './example/views', './public')
|
||||||
happySite.run()
|
siteomat.run()
|
Loading…
Reference in new issue