eny.space Landingpage
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(readme): Test commit

+4 -51
+2 -1
README.md
··· 107 107 1. Deploy your application and copy the webhook URL (e.g., `https://your-domain.com/api/webhooks`). 108 108 109 109 2. In your Stripe dashboard, go to Developers → Webhooks and add an endpoint: 110 - 111 110 - URL: `https://your-domain.com/api/webhooks` 112 111 - Events to listen to: 113 112 - `checkout.session.completed` ··· 196 195 5. Update: `git fetch --all && git checkout main && git pull tangled main` 197 196 198 197 Pro tip: add an alias `pushall="git push all"` in your shell config (e.g. `~/.bashrc` or `~/.zshrc`) for speed. 198 + 199 + # This is a test for commit
+2 -50
package-lock.json
··· 6 6 "": { 7 7 "dependencies": { 8 8 "@radix-ui/react-slot": "^1.2.4", 9 - "@stripe/react-stripe-js": "2.4.0", 10 - "@stripe/stripe-js": "2.2.2", 11 9 "@supabase/ssr": "^0.8.0", 12 10 "@supabase/supabase-js": "^2.90.1", 13 11 "@tailwindcss/postcss": "^4.1.18", ··· 18 16 "lucide-react": "^0.562.0", 19 17 "next": "latest", 20 18 "postcss": "^8.5.6", 21 - "react": "^18.2.0", 22 - "react-dom": "^18.2.0", 19 + "react": "18.2.0", 20 + "react-dom": "18.2.0", 23 21 "server-only": "0.0.1", 24 22 "stripe": "14.8.0", 25 23 "tailwind-merge": "^3.4.0", ··· 731 729 "optional": true 732 730 } 733 731 } 734 - }, 735 - "node_modules/@stripe/react-stripe-js": { 736 - "version": "2.4.0", 737 - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.4.0.tgz", 738 - "integrity": "sha512-1jVQEL3OuhuzNlf4OdfqovHt+MkWh8Uh8xpLxx/xUFUDdF+7/kDOrGKy+xJO3WLCfZUL7NAy+/ypwXbbYZi0tg==", 739 - "license": "MIT", 740 - "dependencies": { 741 - "prop-types": "^15.7.2" 742 - }, 743 - "peerDependencies": { 744 - "@stripe/stripe-js": "^1.44.1 || ^2.0.0", 745 - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", 746 - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" 747 - } 748 - }, 749 - "node_modules/@stripe/stripe-js": { 750 - "version": "2.2.2", 751 - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-2.2.2.tgz", 752 - "integrity": "sha512-LvFZRZEBoMe6vXC6RoOAIbXWo/0JDdndq43ekL9M6affcM7PtF5KALmwt91BazW7q49sbSl0l7TunWhhSwEW4w==", 753 - "license": "MIT" 754 732 }, 755 733 "node_modules/@supabase/auth-js": { 756 734 "version": "2.90.1", ··· 1888 1866 "node": "^10 || ^12 || >=14" 1889 1867 } 1890 1868 }, 1891 - "node_modules/object-assign": { 1892 - "version": "4.1.1", 1893 - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 1894 - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", 1895 - "license": "MIT", 1896 - "engines": { 1897 - "node": ">=0.10.0" 1898 - } 1899 - }, 1900 1869 "node_modules/object-inspect": { 1901 1870 "version": "1.13.4", 1902 1871 "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", ··· 1943 1912 "node": "^10 || ^12 || >=14" 1944 1913 } 1945 1914 }, 1946 - "node_modules/prop-types": { 1947 - "version": "15.8.1", 1948 - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", 1949 - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", 1950 - "license": "MIT", 1951 - "dependencies": { 1952 - "loose-envify": "^1.4.0", 1953 - "object-assign": "^4.1.1", 1954 - "react-is": "^16.13.1" 1955 - } 1956 - }, 1957 1915 "node_modules/qs": { 1958 1916 "version": "6.14.0", 1959 1917 "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", ··· 1993 1951 "peerDependencies": { 1994 1952 "react": "^18.2.0" 1995 1953 } 1996 - }, 1997 - "node_modules/react-is": { 1998 - "version": "16.13.1", 1999 - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 2000 - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", 2001 - "license": "MIT" 2002 1954 }, 2003 1955 "node_modules/scheduler": { 2004 1956 "version": "0.23.2",