Closed ebert-l closed 1 year ago
Missing config file makes it impossible to start a wails dev environment.
./client wails dev
wails dev
I will try to bypass the config file.
I bypassed the requested config file by setting the URL to the local dev Go Server and using the client name which is stored in the database.
with the bypassed config, wails dev compiles without errors
Missing config file makes it impossible to start a wails dev environment.
./client
wails dev
I will try to bypass the config file.