White-label support.

This commit is contained in:
Mike Cao 2026-01-22 01:50:24 -08:00
parent 52d9dd2871
commit f84e67b0e6
6 changed files with 93 additions and 13 deletions

View file

@ -11,7 +11,7 @@
},
"type": "module",
"scripts": {
"dev": "next dev -p 3001 --turbo",
"dev": "next dev -p 3003 --turbo",
"build": "npm-run-all check-env build-db check-db build-tracker build-geo build-app",
"start": "next start",
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",