Mercurial Hosting > luan
view examples/blog/serve_and_backup.luan @ 1727:63ab02188e9d
change priority
author | Vadim Filimonov <fffilimonov@yandex.ru> |
---|---|
date | Thu, 11 Aug 2022 13:11:53 +0200 |
parents | fc224a1bb6ea |
children |
line wrap: on
line source
require "java" local BackupIndexWriter = require "java:goodjava.lucene.backup.BackupIndexWriter" BackupIndexWriter.backupDomains = {"localhost"} local Server = require "luan:http/Server.luan" Server.serve("src")