From 72f9e61a0ead85aad4a524a4ba2c5feb4b2cfd31 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Wed, 24 Dec 2025 14:31:52 +0100 Subject: [PATCH] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 18aa6de..c2eedd1 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,6 @@ artsite/ ├── public/ # Public static files ├── server/ # Server API routes and middleware │ ├── api/ # API endpoints -│ └── database/ # Database schemas and migrations ├── types/ # TypeScript type definitions ├── .env.example # Example environment variables ├── app.config.ts # App configuration