Files
dealplustech/dealplustech-astro/dist/_noop-middleware.mjs
Kunthawat Greethong 07158311e2 fix: Remove .nixpacks and .docker folders
- Delete auto-generated .nixpacks folder
- Delete .docker folder
- Easypanel should use root Dockerfile only
- This prevents confusion with multiple Dockerfile locations
2026-03-03 10:11:20 +07:00

4 lines
62 B
JavaScript

const onRequest = (_, next) => next();
export { onRequest };