Releases: meliyn/godot-web-test-server
Releases · meliyn/godot-web-test-server
V.1.1.0
What's new?
- Install using
deno install
is available now. - It will print
Server is running on {HOSTNAME}:{PORT}
when you start the server. - There are now opt-in logs using
-l
or--log
. (It doesn't do much.)
Full Changelog: v.1.0.0...v.1.1.0
Install/Update
Using deno
If you downloaded the binary version previously, you might need to delete it to avoid conflict.
deno install -Af https://raw.githubusercontent.com/meliyn/godot-web-test-server/main/godot-web-test-server.ts
Download the binary
Download the binary for your platform and put it in your PATH environment variable.