Fix net serve test port being taken

This commit is contained in:
Filip Tibell 2024-05-10 15:18:44 +02:00
parent a84994beea
commit 8f5b5ee60b
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ local process = require("@lune/process")
local stdio = require("@lune/stdio")
local task = require("@lune/task")
local PORT = 8080
local PORT = 8082
local URL = `http://127.0.0.1:{PORT}`
local URL_EXTERNAL = `http://0.0.0.0`
local RESPONSE = "Hello, lune!"