Drop attached_assets folder

Removes 7 unused PNGs (Replit-generated screenshots) plus the matching
@assets Vite alias and the docker/web.Dockerfile copy step. Nothing
in the source code imported from this alias.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
sylvain p 2026-05-07 12:43:33 +02:00
parent 2b07b2adce
commit 071a8aa3ac
9 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ export default defineConfig({
resolve: {
alias: {
"@": path.resolve(import.meta.dirname, "src"),
"@assets": path.resolve(import.meta.dirname, "..", "..", "attached_assets"),
},
dedupe: ["react", "react-dom"],
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -19,7 +19,6 @@ RUN pnpm install --frozen-lockfile
FROM deps AS build
COPY lib lib
COPY artifacts/cra-app artifacts/cra-app
COPY attached_assets attached_assets
ENV NODE_ENV=production
ENV PORT=80
ENV BASE_PATH=/