Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Serve static files from the build directory
This commit modifies the server's API file to serve static files from the "build" directory. This change adds the line `app.static("/", "./build")` to the code. Recent user commits: - add working assistant - fixing - linting fix + requirement change - Refactor server initialization to use app.before_server_start decorator - feat: Disable comet animation on Galaxy login page - add working login - database - feat: Add Galaxy login page with background animation and email submission form Recent repository commits: - add working assistant - fixing - linting fix + requirement change - Refactor server initialization to use app.before_server_start decorator - feat: Disable comet animation on Galaxy login page - add working login - database - feat: Add Galaxy login page with background animation and email submission form - Update README.md
- Loading branch information