Обновление конфигурации Astro: замена адаптера Vercel на Node с режимом "standalone" и добавление параметров сервера. Удаление зависимости от пакета @astrojs/vercel из package.json.

This commit is contained in:
Bivekich
2025-06-30 00:00:16 +03:00
parent 5a37ded261
commit f10036b674
7 changed files with 278 additions and 3 deletions

59
.dockerignore Normal file
View File

@ -0,0 +1,59 @@
# Зависимости
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Сборка
dist
.output
.vercel
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode
.idea
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker
Dockerfile
.dockerignore
docker-compose.yml
stack.env
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Temporary folders
tmp
temp
# Astro
.astro