nerdware/apps/server/src/admin
AyoubBenziza 9c1413744d fix(admin): ensure uploads dir exists before writing (resilient upload)
The upload route only relied on the startup mkdir; if the dir is removed while
the server runs, writes failed with ENOENT. Now mkdir -p before each write.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-10 23:43:47 +02:00
..
routes.ts fix(admin): ensure uploads dir exists before writing (resilient upload) 2026-06-10 23:43:47 +02:00