Mercurial Hosting > luan
view examples/blog/serve_and_backup.luan @ 1899:ef0438da68ae
prevent FlatLaf from screwing up the cursor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 14 Apr 2025 15:58:18 -0600 |
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")