forked from rojo-rbx/rojo
Clean up development a little bit -- when 'dev' is set to true, port 8001 is used
This commit is contained in:
@@ -19,7 +19,7 @@ Plugin.__index = Plugin
|
||||
|
||||
function Plugin.new()
|
||||
local address = "localhost"
|
||||
local port = 8000
|
||||
local port = Config.dev and 8001 or 8000
|
||||
|
||||
local remote = ("http://%s:%d"):format(address, port)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user