Initial commit - modstagram-next

This commit is contained in:
root
2026-07-05 13:59:41 +03:30
commit 11e73da693
859 changed files with 117640 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
require('dotenv').config()
const bootApplication = require('./index')
bootApplication(process.env.APP_PORT)