LaunchBrowser by default in redbean-demo.com (#547)

This commit is contained in:
Jared Miller 2022-08-18 15:01:44 -04:00 committed by GitHub
parent 640b9bfb48
commit db509ee158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ HidePath('/usr/share/zoneinfo/')
HidePath('/usr/share/ssl/')
-- open a browser tab using explorer/open/xdg-open
-- LaunchBrowser('/tool/net/demo/index.html')
LaunchBrowser('/tool/net/demo/index.html')
-- sql database (see sql.lua)
db = sqlite3.open_memory()