mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
LaunchBrowser by default in redbean-demo.com (#547)
This commit is contained in:
parent
640b9bfb48
commit
db509ee158
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue