LaunchBrowser by default in redbean-demo.com

This commit is contained in:
Jared Miller 2022-08-18 12:59:32 -04:00
parent 640b9bfb48
commit 7b3edf6cbf

View file

@ -6,7 +6,7 @@ HidePath('/usr/share/zoneinfo/')
HidePath('/usr/share/ssl/') HidePath('/usr/share/ssl/')
-- open a browser tab using explorer/open/xdg-open -- 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) -- sql database (see sql.lua)
db = sqlite3.open_memory() db = sqlite3.open_memory()