feat(web): migrate from pages to workers and add posthog analytics

This commit is contained in:
Aman Varshney
2025-07-13 13:44:09 +05:30
parent bd136792df
commit 864e863656
8 changed files with 2009 additions and 141 deletions

10
apps/web/wrangler.jsonc Normal file
View File

@@ -0,0 +1,10 @@
{
"main": ".open-next/worker.js",
"name": "better-t-stack",
"compatibility_date": "2025-07-13",
"compatibility_flags": ["nodejs_compat"],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
}
}