feature, not a bug

This commit is contained in:
Tejas Panchal
2026-03-01 12:39:28 +05:30
commit a6184c63d4
91 changed files with 6797 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Origins you want to allow, use * to allow all origins (not recommended for production)
ALLOWED_ORIGINS=<https://site1.com>,<https://site2.com>,...
# Port the server will run on [OPTIONAL - default: 4444]
PORT=4444