- Updated layout and padding for main page, login, profile, and register pages to enhance mobile responsiveness. - Adjusted text sizes and spacing for better readability across different screen sizes. - Modified button styles and hover effects for a more consistent user experience. - Changed database ID in wrangler configuration for deployment.
32 lines
615 B
JSON
32 lines
615 B
JSON
{
|
|
"name": "dd",
|
|
"main": ".svelte-kit/cloudflare/_worker.js",
|
|
"compatibility_date": "2025-01-15",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"binding": "ASSETS",
|
|
"directory": ".svelte-kit/cloudflare"
|
|
},
|
|
"durable_objects": {
|
|
"bindings": [
|
|
{
|
|
"name": "COUNTER",
|
|
"class_name": "CounterDurableObject"
|
|
}
|
|
]
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "auth-db",
|
|
"database_id": "ce63010b-2d04-4a24-900a-9d890775d09b",
|
|
"preview_database_id": "local-db"
|
|
}
|
|
],
|
|
"migrations": [
|
|
{
|
|
"tag": "v1",
|
|
"new_sqlite_classes": ["CounterDurableObject"]
|
|
}
|
|
]
|
|
} |