-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change build to use Vite and Typescript #91
base: main
Are you sure you want to change the base?
Conversation
…mrc. Remove old patch. Better error messages
@C-Loftus. It appears there is something wrong with setting the environment variables in the Docker deployment. I am able to work around this by not setting any variables at root level: Additionally, the UI displays a weird error when there are no observations published from a station. |
Thanks for catching that @webb-ben |
I deployed this version of the wis2box-ui on a test server and I get an error: Test-server at http://136.156.130.194/ |
This code does not add any new user-facing behavior and should hopefully not be too hard to review. I kept the same overall components and layout of the codebase since I think it is well thought out.
Before review, goal is to:
const self = this
and any places wherethis
is shadowedthis
--force
or--legacy-peer-deps
Addresses #90