mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(web): migrate from pages to workers and add posthog analytics
This commit is contained in:
5
apps/web/.gitignore
vendored
5
apps/web/.gitignore
vendored
@@ -12,6 +12,7 @@
|
||||
/out/
|
||||
/build
|
||||
*.tsbuildinfo
|
||||
.open-next
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
@@ -19,7 +20,7 @@
|
||||
/.pnp
|
||||
.pnp.js
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# others
|
||||
@@ -27,4 +28,4 @@ yarn-error.log*
|
||||
.vercel
|
||||
next-env.d.ts
|
||||
|
||||
analytics-data.json
|
||||
analytics-data.json
|
||||
|
||||
Reference in New Issue
Block a user