Move ProgramPort and LaunchBrowser back into .init.lua
This commit is contained in:
parent
9f2eeb0a50
commit
92eea27c8d
@ -1,4 +0,0 @@
|
|||||||
-p
|
|
||||||
0
|
|
||||||
-w
|
|
||||||
/
|
|
@ -37,3 +37,6 @@ fm.setRoute("/", fm.servePath("index.lua"))
|
|||||||
fm.setRoute("*", fm.servePath)
|
fm.setRoute("*", fm.servePath)
|
||||||
|
|
||||||
fm.run()
|
fm.run()
|
||||||
|
|
||||||
|
ProgramPort(0)
|
||||||
|
LaunchBrowser()
|
Loading…
Reference in New Issue
Block a user