v4.1.24: Добавлены поля arve_checked и arve_makstud
- FEAT: Добавлены поля arve_checked (int) и arve_makstud (string) в production_records
- POST /api/records: INSERT с arve_checked, arve_makstud
- PUT /api/records/🆔 UPDATE с arve_checked, arve_makstud
- Docker: docker-compose.prod.yml, ecosystem.config.cjs (PM2)
- wrangler.toml → wrangler.jsonc
- seed.sql: полные тестовые данные
- test_browser.js: E2E тесты
- Удалены старые HOTFIX-файлы (v4.1.11-v4.1.23)
- Удалены data/*.sqlite из репозитория
This commit is contained in:
16
wrangler.jsonc
Normal file
16
wrangler.jsonc
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "webapp",
|
||||
"compatibility_date": "2025-11-28",
|
||||
"compatibility_flags": ["nodejs_compat"],
|
||||
"pages_build_output_dir": "./dist",
|
||||
|
||||
// D1 Database configuration
|
||||
"d1_databases": [
|
||||
{
|
||||
"binding": "DB",
|
||||
"database_name": "webapp-production",
|
||||
"database_id": "local"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user