ebert-l / avh-booking-system

Booking system based in liabilities
0 stars 0 forks source link

Can not fild AVHBS config file #7

Closed ebert-l closed 1 year ago

ebert-l commented 1 year ago

Missing config file makes it impossible to start a wails dev environment.

./client wails dev

I will try to bypass the config file.

ebert-l commented 1 year ago

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