Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix startup after Denormalizing Run table in #178, and make shared libraries available to frontend #179

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

smarr
Copy link
Owner

@smarr smarr commented Feb 18, 2024

The needsTables() was overlooked, and tried to see whether the Executor table is there, which is gone since #178, so, it's better to check for the Run table instead.

In production, I also had a fix that was not yet in the code base, to copy the shared libraries to the resources folder so that they are available to the browser/user.

Executor was removed.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
These were missing, and would lead to missing js files on the client/browser.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added the bug Something isn't working label Feb 18, 2024
@smarr smarr merged commit 60bc8b5 into master Feb 18, 2024
2 checks passed
@smarr smarr deleted the fixes branch February 18, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant