Move ProgramPort and LaunchBrowser back into .init.lua

This commit is contained in:
Brandon Dyck 2024-08-06 11:18:13 -06:00
parent 9f2eeb0a50
commit 92eea27c8d
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
-p
0
-w
/

View File

@ -37,3 +37,6 @@ fm.setRoute("/", fm.servePath("index.lua"))
fm.setRoute("*", fm.servePath)
fm.run()
ProgramPort(0)
LaunchBrowser()