hydrationhub/README.MD

14 lines
661 B
Plaintext
Raw Normal View History

2025-02-19 00:34:19 +01:00
# HydrationHUB
HydrationHUB - TODO: Luistiger slogan?
## Security Disclaimer
This application is not designed for security and therefore has exploitable vulnerabilities.
This is due to the simplicity of the application and is sufficient for the intended purpose.
If you plan to use this application for a different purpose where security vulnerabilities are a concern, we would greatly appreciate your contributions.
2025-02-19 00:34:19 +01:00
## Static handling
### Serving static files from node_modules
Files from explicit dirs inside `node_modules` will be served below `/libs`.
### Serving static files from /static
2025-02-19 00:34:19 +01:00
Files from the `/static` folder will be served below `/static`.