feat: unified portal server, single database migration & railway configuration

This commit is contained in:
Danial HB
2026-06-14 09:30:10 +07:00
parent 7b8fa7d063
commit ce35d4d3f0
15 changed files with 884 additions and 71 deletions
+18
View File
@@ -0,0 +1,18 @@
# Dependencies
node_modules/
**/node_modules/
package-lock.json
# Environment variables / Secrets
.env
**/.env
# OS Files
.DS_Store
**/.DS_Store
Thumbs.db
# Build and logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*