added rough mainnet implementation and added backup contact for email

This commit is contained in:
Siavash Sameni
2025-08-28 14:07:09 +04:00
parent 29c346e868
commit f60e4ca3a5
6 changed files with 86 additions and 18 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
node_modules
.next
.git
.gitignore
Dockerfile*
README.md
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env*
.dockerignore
**/*.local.*
**/*.test.*
**/__tests__/**