fix: remove marketing url

This commit is contained in:
David Nguyen
2025-02-19 16:45:54 +11:00
parent a319ea0f5e
commit 24f3ecd94f
12 changed files with 18 additions and 47 deletions

View File

@ -5,7 +5,6 @@ tasks:
cp .env.example .env &&
set -a; source .env &&
export NEXT_PUBLIC_WEBAPP_URL="$(gp url 3000)" &&
export NEXT_PUBLIC_MARKETING_URL="$(gp url 3001)"
command: npm run d
ports: