implement menus and person panels

This commit is contained in:
2025-04-27 23:57:39 +02:00
parent 2e8b049f7a
commit 1b52a4acd7
32 changed files with 744 additions and 206 deletions

View File

@@ -5,9 +5,7 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "generations-heritage",
"compatibility_flags": [
"nodejs_compat"
],
"compatibility_flags": ["nodejs_compat"],
"compatibility_date": "2025-02-14",
"pages_build_output_dir": ".svelte-kit/cloudflare",
"observability": {
@@ -99,4 +97,4 @@
* https://developers.cloudflare.com/workers/wrangler/configuration/#service-bindings
*/
// "services": [{ "binding": "MY_SERVICE", "service": "my-service" }]
}
}