fix(uload): update Docker config and add env examples to apps/web

- Update Dockerfile for new apps/web structure
- Fix docker-compose.coolify.yml to use correct Dockerfile
- Add .env.example files to apps/web directory
- Remove local build artifacts (.svelte-kit, build)
- Update paraglide/i18n configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-25 12:02:52 +01:00
parent c712a2504a
commit 559eb08d8c
19 changed files with 605 additions and 172 deletions

View file

@ -3,10 +3,9 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "pnpm run paraglide:compile && vite dev",
"build": "pnpm run paraglide:compile && vite build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"paraglide:compile": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"test": "pnpm run test:unit && pnpm run test:e2e",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
@ -22,7 +21,6 @@
"type": "module",
"devDependencies": {
"@eslint/js": "^9.20.0",
"@inlang/paraglide-js": "^2.2.0",
"@playwright/test": "^1.51.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-node": "^5.0.0",
@ -70,6 +68,7 @@
"postgres": "^3.4.7",
"resend": "^6.5.1",
"stripe": "^18.4.0",
"svelte-i18n": "^4.0.1",
"svelte-sonner": "^1.0.5"
}
}