📝 Update and organize project documentation and assets

This commit is contained in:
2026-01-26 22:46:14 +00:00
parent 4194dcfeff
commit b20e2185b2
1433 changed files with 64484 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
it should work for you guys after refreshing the page to get the updated JS file
with the new stripe key
@gregrjacobs FYI this is what I ran on that machine to switch out the stripe keys in the JS file
```cd /var/www/sites/api.twohandsapp.com
sed -i "s/pk_test_NC9mau8tNscCEJIfvF13VrvO/pk_test_pPXVHmzbm95R7EJWiNsTSrzP/g" ./dist/scripts/app-2b8db67fe3.js```
that switches the old key for the new key in the file being used by the prod frontend