Files
open-saas/template
vincanger e91a93bdcf Improve file deletion error handling and cleanup
Refactors file deletion to delete the database record before attempting S3 deletion, ensuring the file is removed from the app even if S3 deletion fails. Adds error logging for failed S3 deletions to aid in manual cleanup. Also simplifies error handling in the file upload page and removes unused imports in the demo app page.
2025-08-01 15:49:33 +02:00
..
2025-02-13 12:59:17 +01:00
2025-07-31 16:33:44 +02:00
2025-02-13 12:59:17 +01:00

<YOUR_APP_NAME>

This project is based on OpenSaas template and consists of three main dirs:

  1. app - Your web app, built with Wasp.
  2. e2e-tests - Playwright tests for your Wasp web app.
  3. blog - Your blog / docs, built with Astro based on Starlight template.

For more details, check READMEs of each respective directory!