Does anyone have a working example of a build configuration using rpg.toml for an RPGJS project.
example of docker, .toml files.
using rpgjs build and starting server/main.mjs LOCAL and in docker on wsl2.
If I don't set URI in .toml for server and socket in my title screen variable "rpgEngine.serverUrl" is empty. I am running on windows, latest version 4.3.1
apiUrl() {
return this.rpgEngine.serverUrl;
}
and call "await axios.post(this.apiUrl + '/user/exists', )" is to "http://user/exist" for example.